Skip to content

Commit

Permalink
build(deps): bump github.com/ldez/tagliatelle from 0.2.0 to 0.3.0 (#2454
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] committed Jan 3, 2022
1 parent 88d3ec0 commit 9e12949
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -49,7 +49,7 @@ require (
github.com/kunwardeep/paralleltest v1.0.3
github.com/kyoh86/exportloopref v0.1.8
github.com/ldez/gomoddirectives v0.2.2
github.com/ldez/tagliatelle v0.2.0
github.com/ldez/tagliatelle v0.3.0
github.com/maratori/testpackage v1.0.1
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
github.com/mattn/go-colorable v0.1.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/testdata/tagliatelle.go
@@ -1,4 +1,4 @@
//args: -Etagliatelle
// args: -Etagliatelle
package testdata

import "time"
Expand Down Expand Up @@ -28,6 +28,6 @@ type Bur struct {
Name string
Value string `yaml:"Value"` // ERROR `yaml\(camel\): got 'Value' want 'value'`
More string `json:"-"`
Also string `json:",omitempty"`
Also string `json:"also,omitempty"`
ReqPerS string `avro:"req_per_s"`
}

0 comments on commit 9e12949

Please sign in to comment.