Skip to content

Commit fd65151

Browse files
build(deps): bump google.golang.org/protobuf (#23825)
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.33.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ea20ce commit fd65151

2 files changed

Lines changed: 18 additions & 1647 deletions

File tree

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
module github.com/OpenAPITools/openapi-generator/samples/openapi3/client/petstore/go
22

3-
go 1.16
3+
go 1.23.0
44

55
replace go-petstore => ./go-petstore
66

77
require (
8-
cloud.google.com/go/compute v1.20.1 // indirect
98
github.com/stretchr/testify v1.10.0
109
go-petstore v0.0.0-00010101000000-000000000000
11-
golang.org/x/net v0.31.0 // indirect
12-
golang.org/x/oauth2 v0.24.0
13-
google.golang.org/protobuf v1.31.0 // indirect
10+
golang.org/x/oauth2 v0.27.0
11+
)
12+
13+
require (
14+
github.com/davecgh/go-spew v1.1.1 // indirect
15+
github.com/google/go-cmp v0.6.0 // indirect
16+
github.com/kr/pretty v0.3.0 // indirect
17+
github.com/pmezard/go-difflib v1.0.0 // indirect
18+
github.com/rogpeppe/go-internal v1.9.0 // indirect
1419
gopkg.in/validator.v2 v2.0.1 // indirect
20+
gopkg.in/yaml.v3 v3.0.1 // indirect
1521
)

0 commit comments

Comments
 (0)