Skip to content

Commit 9e12949

Browse files
build(deps): bump github.com/ldez/tagliatelle from 0.2.0 to 0.3.0 (#2454)
1 parent 88d3ec0 commit 9e12949

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/kunwardeep/paralleltest v1.0.3
5050
github.com/kyoh86/exportloopref v0.1.8
5151
github.com/ldez/gomoddirectives v0.2.2
52-
github.com/ldez/tagliatelle v0.2.0
52+
github.com/ldez/tagliatelle v0.3.0
5353
github.com/maratori/testpackage v1.0.1
5454
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
5555
github.com/mattn/go-colorable v0.1.12

Diff for: go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: test/testdata/tagliatelle.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//args: -Etagliatelle
1+
// args: -Etagliatelle
22
package testdata
33

44
import "time"
@@ -28,6 +28,6 @@ type Bur struct {
2828
Name string
2929
Value string `yaml:"Value"` // ERROR `yaml\(camel\): got 'Value' want 'value'`
3030
More string `json:"-"`
31-
Also string `json:",omitempty"`
31+
Also string `json:"also,omitempty"`
3232
ReqPerS string `avro:"req_per_s"`
3333
}

0 commit comments

Comments
 (0)