build with golang 1.16

This commit is contained in:
CALIN Cristian Andrei
2021-09-13 12:03:33 +03:00
parent 01541defd8
commit 33076f1d58
3 changed files with 396 additions and 79 deletions

23
go.mod
View File

@@ -5,17 +5,22 @@ go 1.16
require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/cenkalti/backoff/v4 v4.1.1
github.com/container-storage-interface/spec v1.3.0
github.com/golang/protobuf v1.4.3
github.com/kubernetes-csi/csi-lib-utils v0.9.1
github.com/container-storage-interface/spec v1.5.0
github.com/go-logr/logr v1.1.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/kubernetes-csi/csi-lib-utils v0.10.0
github.com/kubernetes-csi/csi-test/v4 v4.2.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.34.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af // indirect
google.golang.org/grpc v1.40.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/mount-utils v0.21.2
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
k8s.io/klog/v2 v2.20.0 // indirect
k8s.io/mount-utils v0.22.1
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e
)
exclude google.golang.org/grpc v1.37.0