Skip to content

Commit

Permalink
Bump golang.org/x/net in /samples/client/petstore/go
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.33.0.
- [Commits](golang/net@v0.27.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2025
1 parent 98ccf95 commit 30a5df1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1,264 deletions.
8 changes: 4 additions & 4 deletions samples/client/petstore/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ replace github.com/OpenAPITools/openapi-generator/samples/client/petstore/go/go-
go 1.13

require (
cloud.google.com/go/compute v1.20.1 // indirect
github.com/OpenAPITools/openapi-generator/samples/client/petstore/go/go-petstore v0.0.0-00010101000000-000000000000
github.com/go-openapi/swag v0.22.3
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.21.0
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit 30a5df1

Please sign in to comment.