Bump golang.org/x/net from 0.23.0 to 0.36.0 (#5)
* Bump golang.org/x/net from 0.23.0 to 0.36.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.23.0...v0.36.0 ) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:dependabot[bot] <support@github.com> * $ go mod tidy --------- Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Nikolay Edigaryev <edigaryev@gmail.com>
module github.com/cirruslabs/podmanapi | ||
go 1.15 | ||
go 1.23.0 | ||
toolchain go1.24.1 | ||
require ( | ||
github.com/antihax/optional v1.0.0 | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/oauth2 v0.5.0 | ||
) | ||
require ( | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
golang.org/x/net v0.36.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
) |
Please register or sign in to comment