ceph-csi/actions/retest/go.mod
dependabot[bot] 1865ce0b28 rebase: bump golang.org/x/net from 0.22.0 to 0.23.0 in /actions/retest
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 08:43:07 +00:00

17 lines
397 B
Modula-2

module github.com/ceph/ceph-csi/actions/retest
go 1.22.5
require (
github.com/google/go-github v17.0.0+incompatible
golang.org/x/oauth2 v0.18.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.23.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)