From 245ebcf678bf69ea78c542d7486c0abf95937d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:16:02 +0000 Subject: [PATCH 1/2] chore(deps): bump goa.design/goa/v3 from 3.15.1 to 3.15.2 Bumps goa.design/goa/v3 from 3.15.1 to 3.15.2. --- updated-dependencies: - dependency-name: goa.design/goa/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 2d3b759..5b991cb 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/ikawaha/httpcheck v1.12.1 - goa.design/goa/v3 v3.15.1 + goa.design/goa/v3 v3.15.2 ) require ( @@ -17,7 +17,7 @@ require ( github.com/kr/pretty v0.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.9.0 // indirect - golang.org/x/net v0.21.0 // indirect + golang.org/x/net v0.22.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 4a990e8..3818a29 100644 --- a/go.sum +++ b/go.sum @@ -21,10 +21,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -goa.design/goa/v3 v3.15.1 h1:pM1gT56iblux9RbZDPW0otJbwxbzmBo4JP1E64yk0Xg= -goa.design/goa/v3 v3.15.1/go.mod h1:EcUOOD0VcSYM/DfhskGBwyE1C1oyHUxb39HvEP74/Fw= -golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4= -golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= +goa.design/goa/v3 v3.15.2 h1:ziyJuVR+GSBBmQ/Nkr7FDZx9qtEBpRA6wle3hYqJT9Q= +goa.design/goa/v3 v3.15.2/go.mod h1:zZLxqfk8mZu0Q6fmnnflXYbIJ6BA3SVSB6LSz7Tzcv4= +golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc= +golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= From 24b8349153583c6d8b0703538c16bbcdd0dfe168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Mar 2024 08:16:39 +0000 Subject: [PATCH 2/2] goa gen --- testdata/gen/calc/client.go | 2 +- testdata/gen/calc/endpoints.go | 2 +- testdata/gen/calc/service.go | 2 +- testdata/gen/http/calc/client/cli.go | 2 +- testdata/gen/http/calc/client/client.go | 2 +- testdata/gen/http/calc/client/encode_decode.go | 2 +- testdata/gen/http/calc/client/paths.go | 2 +- testdata/gen/http/calc/client/types.go | 2 +- testdata/gen/http/calc/server/encode_decode.go | 2 +- testdata/gen/http/calc/server/paths.go | 2 +- testdata/gen/http/calc/server/server.go | 2 +- testdata/gen/http/calc/server/types.go | 2 +- testdata/gen/http/cli/calc/cli.go | 2 +- testdata/go.mod | 8 ++++---- testdata/go.sum | 16 ++++++++-------- 15 files changed, 25 insertions(+), 25 deletions(-) diff --git a/testdata/gen/calc/client.go b/testdata/gen/calc/client.go index deff91a..bd71aa5 100644 --- a/testdata/gen/calc/client.go +++ b/testdata/gen/calc/client.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc client // diff --git a/testdata/gen/calc/endpoints.go b/testdata/gen/calc/endpoints.go index 8621799..eb72ba1 100644 --- a/testdata/gen/calc/endpoints.go +++ b/testdata/gen/calc/endpoints.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc endpoints // diff --git a/testdata/gen/calc/service.go b/testdata/gen/calc/service.go index 907bd94..1ed5440 100644 --- a/testdata/gen/calc/service.go +++ b/testdata/gen/calc/service.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc service // diff --git a/testdata/gen/http/calc/client/cli.go b/testdata/gen/http/calc/client/cli.go index afd63fb..4c756a3 100644 --- a/testdata/gen/http/calc/client/cli.go +++ b/testdata/gen/http/calc/client/cli.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc HTTP client CLI support package // diff --git a/testdata/gen/http/calc/client/client.go b/testdata/gen/http/calc/client/client.go index ac57a86..1824b98 100644 --- a/testdata/gen/http/calc/client/client.go +++ b/testdata/gen/http/calc/client/client.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc client HTTP transport // diff --git a/testdata/gen/http/calc/client/encode_decode.go b/testdata/gen/http/calc/client/encode_decode.go index 54f7ec8..d8c97cf 100644 --- a/testdata/gen/http/calc/client/encode_decode.go +++ b/testdata/gen/http/calc/client/encode_decode.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc HTTP client encoders and decoders // diff --git a/testdata/gen/http/calc/client/paths.go b/testdata/gen/http/calc/client/paths.go index 7a6d9eb..706b65e 100644 --- a/testdata/gen/http/calc/client/paths.go +++ b/testdata/gen/http/calc/client/paths.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // HTTP request path constructors for the calc service. // diff --git a/testdata/gen/http/calc/client/types.go b/testdata/gen/http/calc/client/types.go index abfce01..1fc4eb9 100644 --- a/testdata/gen/http/calc/client/types.go +++ b/testdata/gen/http/calc/client/types.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc HTTP client types // diff --git a/testdata/gen/http/calc/server/encode_decode.go b/testdata/gen/http/calc/server/encode_decode.go index 6394b99..f2b27e4 100644 --- a/testdata/gen/http/calc/server/encode_decode.go +++ b/testdata/gen/http/calc/server/encode_decode.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc HTTP server encoders and decoders // diff --git a/testdata/gen/http/calc/server/paths.go b/testdata/gen/http/calc/server/paths.go index 157e5e1..5875427 100644 --- a/testdata/gen/http/calc/server/paths.go +++ b/testdata/gen/http/calc/server/paths.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // HTTP request path constructors for the calc service. // diff --git a/testdata/gen/http/calc/server/server.go b/testdata/gen/http/calc/server/server.go index efa9ff0..57f12d9 100644 --- a/testdata/gen/http/calc/server/server.go +++ b/testdata/gen/http/calc/server/server.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc HTTP server // diff --git a/testdata/gen/http/calc/server/types.go b/testdata/gen/http/calc/server/types.go index 142be21..3896142 100644 --- a/testdata/gen/http/calc/server/types.go +++ b/testdata/gen/http/calc/server/types.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc HTTP server types // diff --git a/testdata/gen/http/cli/calc/cli.go b/testdata/gen/http/cli/calc/cli.go index be3023e..7ded9be 100644 --- a/testdata/gen/http/cli/calc/cli.go +++ b/testdata/gen/http/cli/calc/cli.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.15.1, DO NOT EDIT. +// Code generated by goa v3.15.2, DO NOT EDIT. // // calc HTTP client CLI support package // diff --git a/testdata/go.mod b/testdata/go.mod index 46b51ef..dcc5881 100644 --- a/testdata/go.mod +++ b/testdata/go.mod @@ -6,7 +6,7 @@ replace github.com/ikawaha/goahttpcheck => ../ require ( github.com/ikawaha/goahttpcheck v0.0.0-00010101000000-000000000000 - goa.design/goa/v3 v3.15.1 + goa.design/goa/v3 v3.15.2 ) require ( @@ -23,9 +23,9 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/sergi/go-diff v1.3.1 // indirect github.com/stretchr/testify v1.9.0 // indirect - golang.org/x/mod v0.15.0 // indirect - golang.org/x/net v0.21.0 // indirect + golang.org/x/mod v0.16.0 // indirect + golang.org/x/net v0.22.0 // indirect golang.org/x/text v0.14.0 // indirect - golang.org/x/tools v0.18.0 // indirect + golang.org/x/tools v0.19.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/testdata/go.sum b/testdata/go.sum index fcc6a5a..8ddbfde 100644 --- a/testdata/go.sum +++ b/testdata/go.sum @@ -33,17 +33,17 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -goa.design/goa/v3 v3.15.1 h1:pM1gT56iblux9RbZDPW0otJbwxbzmBo4JP1E64yk0Xg= -goa.design/goa/v3 v3.15.1/go.mod h1:EcUOOD0VcSYM/DfhskGBwyE1C1oyHUxb39HvEP74/Fw= -golang.org/x/mod v0.15.0 h1:SernR4v+D55NyBH2QiEQrlBAnj1ECL6AGrA5+dPaMY8= -golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= -golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4= -golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= +goa.design/goa/v3 v3.15.2 h1:ziyJuVR+GSBBmQ/Nkr7FDZx9qtEBpRA6wle3hYqJT9Q= +goa.design/goa/v3 v3.15.2/go.mod h1:zZLxqfk8mZu0Q6fmnnflXYbIJ6BA3SVSB6LSz7Tzcv4= +golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic= +golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc= +golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ= golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= -golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ= -golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg= +golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw= +golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=