Added go modules for Apis and Client
This commit is contained in:
11
client/go.mod
Normal file
11
client/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module github.com/kubernetes-csi/external-snapshotter/client/v2
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
||||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
||||
k8s.io/api v0.19.0-rc.2
|
||||
k8s.io/apimachinery v0.19.0-rc.2
|
||||
k8s.io/client-go v0.19.0-rc.2
|
||||
)
|
Reference in New Issue
Block a user