From 34b44f41a48711cf953a72089078ee4051f04017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:17:02 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/ldez/tagliatelle from 0.2.0 to 0.3.0 Bumps [github.com/ldez/tagliatelle](https://github.com/ldez/tagliatelle) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/ldez/tagliatelle/releases) - [Commits](https://github.com/ldez/tagliatelle/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/ldez/tagliatelle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 435fe898e5ee..7607475dfda1 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 36255f32bce4..0d52acb122f2 100644 --- a/go.sum +++ b/go.sum @@ -488,8 +488,8 @@ github.com/kyoh86/exportloopref v0.1.8 h1:5Ry/at+eFdkX9Vsdw3qU4YkvGtzuVfzT4X7S77 github.com/kyoh86/exportloopref v0.1.8/go.mod h1:1tUcJeiioIs7VWe5gcOObrux3lb66+sBqGZrRkMwPgg= github.com/ldez/gomoddirectives v0.2.2 h1:p9/sXuNFArS2RLc+UpYZSI4KQwGMEDWC/LbtF5OPFVg= github.com/ldez/gomoddirectives v0.2.2/go.mod h1:cpgBogWITnCfRq2qGoDkKMEVSaarhdBr6g8G04uz6d0= -github.com/ldez/tagliatelle v0.2.0 h1:693V8Bf1NdShJ8eu/s84QySA0J2VWBanVBa2WwXD/Wk= -github.com/ldez/tagliatelle v0.2.0/go.mod h1:8s6WJQwEYHbKZDsp/LjArytKOG8qaMrKQQ3mFukHs88= +github.com/ldez/tagliatelle v0.3.0 h1:Aubm2ZsrsjIGFvdxemMPJaXrSJ5Cys6VWyTQFt9k2dI= +github.com/ldez/tagliatelle v0.3.0/go.mod h1:8s6WJQwEYHbKZDsp/LjArytKOG8qaMrKQQ3mFukHs88= github.com/letsencrypt/pkcs11key/v4 v4.0.0/go.mod h1:EFUvBDay26dErnNb70Nd0/VW3tJiIbETBPTl9ATXQag= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= From 3d3e99b819f424eca46c08f4a58335a4d6808959 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 3 Jan 2022 23:20:02 +0100 Subject: [PATCH 2/2] review --- test/testdata/tagliatelle.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testdata/tagliatelle.go b/test/testdata/tagliatelle.go index 7ecb9f4a48a7..42823516b1b2 100644 --- a/test/testdata/tagliatelle.go +++ b/test/testdata/tagliatelle.go @@ -1,4 +1,4 @@ -//args: -Etagliatelle +// args: -Etagliatelle package testdata import "time" @@ -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"` }