mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
9f9ef0eca5
As we are updating the cephcsi main repo to golang 1.17, updating the action package to golang 1.17 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
17 lines
449 B
Modula-2
17 lines
449 B
Modula-2
module github.com/ceph/ceph-csi/actions/retest
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|