From cf6fbb9c607c98db8652cdac9bb1bfcc79187b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:01:04 +0900 Subject: [PATCH] chore(deps): bump goa.design/goa/v3 from 3.14.4 to 3.14.5 (#90) * chore(deps): bump goa.design/goa/v3 from 3.14.4 to 3.14.5 Bumps goa.design/goa/v3 from 3.14.4 to 3.14.5. --- updated-dependencies: - dependency-name: goa.design/goa/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * goa gen --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- testdata/gen/calc/client.go | 2 +- testdata/gen/calc/endpoints.go | 2 +- testdata/gen/calc/service.go | 11 +++++++---- 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 | 6 +++--- testdata/go.sum | 14 +++++++------- 17 files changed, 35 insertions(+), 32 deletions(-) diff --git a/go.mod b/go.mod index 50461d9..be90a37 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/ikawaha/httpcheck v1.10.0 - goa.design/goa/v3 v3.14.4 + goa.design/goa/v3 v3.14.5 ) require ( @@ -15,7 +15,7 @@ require ( github.com/kr/pretty v0.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.8.4 // indirect - golang.org/x/net v0.19.0 // indirect + golang.org/x/net v0.20.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 50c346a..f020917 100644 --- a/go.sum +++ b/go.sum @@ -17,10 +17,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.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -goa.design/goa/v3 v3.14.4 h1:yAVA+ZBMgkFsNs3Z8TMuJ5zuxsM7sFDS/IhbE7VfTN8= -goa.design/goa/v3 v3.14.4/go.mod h1:sq7F2y/2/eK/XCc8Ff7Was3u42fRmQXp1pTm8FfnGgo= -golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c= -golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U= +goa.design/goa/v3 v3.14.5 h1:gwPPF6mYmIMc2/Zh2t9mkznfDqZDHtyoyuT7QiVVeKQ= +goa.design/goa/v3 v3.14.5/go.mod h1:wcdZ2jy4oC2R93R3kBWKqyDapkVLQbILkOLXcqWMXHY= +golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo= +golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= 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= diff --git a/testdata/gen/calc/client.go b/testdata/gen/calc/client.go index b2fadf4..c454045 100644 --- a/testdata/gen/calc/client.go +++ b/testdata/gen/calc/client.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, DO NOT EDIT. // // calc client // diff --git a/testdata/gen/calc/endpoints.go b/testdata/gen/calc/endpoints.go index 3a5b5cb..bc558d8 100644 --- a/testdata/gen/calc/endpoints.go +++ b/testdata/gen/calc/endpoints.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, DO NOT EDIT. // // calc endpoints // diff --git a/testdata/gen/calc/service.go b/testdata/gen/calc/service.go index 00d1c48..3b27574 100644 --- a/testdata/gen/calc/service.go +++ b/testdata/gen/calc/service.go @@ -1,4 +1,4 @@ -// Code generated by goa v3.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, DO NOT EDIT. // // calc service // @@ -23,14 +23,17 @@ type Service interface { Redirect(context.Context) (err error) } +// APIName is the name of the API as defined in the design. +const APIName = "calc" + +// APIVersion is the version of the API as defined in the design. +const APIVersion = "0.0.1" + // ServiceName is the name of the service as defined in the design. This is the // same value that is set in the endpoint request contexts under the ServiceKey // key. const ServiceName = "calc" -// APIVersion is the version of the API as defined in the design. -const APIVersion = "0.0.1" - // MethodNames lists the service method names as defined in the design. These // are the same values that are set in the endpoint request contexts under the // MethodKey key. diff --git a/testdata/gen/http/calc/client/cli.go b/testdata/gen/http/calc/client/cli.go index e737e1b..815f996 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 d027f87..d77d22b 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 bd170ac..010ec1c 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 e7054c8..8146c0e 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 6df9132..ac4d0a5 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 edaa96c..b94656d 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 bb621db..6edb6dc 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 9824c10..113c1b1 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 aac4fea..b72e692 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, 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 a1e42c3..b81e82e 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.14.4, DO NOT EDIT. +// Code generated by goa v3.14.5, DO NOT EDIT. // // calc HTTP client CLI support package // diff --git a/testdata/go.mod b/testdata/go.mod index 29ee4e4..61dbc37 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.14.4 + goa.design/goa/v3 v3.14.5 ) require ( @@ -22,8 +22,8 @@ require ( github.com/sergi/go-diff v1.3.1 // indirect github.com/stretchr/testify v1.8.4 // indirect golang.org/x/mod v0.14.0 // indirect - golang.org/x/net v0.19.0 // indirect + golang.org/x/net v0.20.0 // indirect golang.org/x/text v0.14.0 // indirect - golang.org/x/tools v0.16.1 // indirect + golang.org/x/tools v0.17.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/testdata/go.sum b/testdata/go.sum index b88010d..d46aa7b 100644 --- a/testdata/go.sum +++ b/testdata/go.sum @@ -30,17 +30,17 @@ github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpE github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -goa.design/goa/v3 v3.14.4 h1:yAVA+ZBMgkFsNs3Z8TMuJ5zuxsM7sFDS/IhbE7VfTN8= -goa.design/goa/v3 v3.14.4/go.mod h1:sq7F2y/2/eK/XCc8Ff7Was3u42fRmQXp1pTm8FfnGgo= +goa.design/goa/v3 v3.14.5 h1:gwPPF6mYmIMc2/Zh2t9mkznfDqZDHtyoyuT7QiVVeKQ= +goa.design/goa/v3 v3.14.5/go.mod h1:wcdZ2jy4oC2R93R3kBWKqyDapkVLQbILkOLXcqWMXHY= golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0= golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= -golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c= -golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U= -golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE= +golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo= +golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= +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.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA= -golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0= +golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc= +golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps= 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=