Skip to content

Commit

Permalink
Update go.mod and go.sum (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
falfaroc authored Mar 7, 2023
1 parent e3bb4d8 commit 8f05f16
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 116 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ require (
github.com/akutz/memconn v0.1.0
github.com/container-storage-interface/spec v1.5.0
github.com/cucumber/godog v0.12.1
github.com/dell/dell-csi-extensions/common v1.1.1-0.20230223220121-65f0c737bc34
github.com/dell/dell-csi-extensions/podmon v1.1.2-0.20230223220121-65f0c737bc34
github.com/dell/dell-csi-extensions/replication v1.2.2-0.20230223220121-65f0c737bc34
github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.2.2-0.20230223220121-65f0c737bc34
github.com/dell/dell-csi-extensions/common v1.1.1
github.com/dell/dell-csi-extensions/podmon v1.1.2
github.com/dell/dell-csi-extensions/replication v1.3.0
github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.2.2
github.com/dell/gocsi v1.7.0
github.com/dell/gofsutil v1.12.0
github.com/dell/goscaleio v1.10.0
Expand All @@ -24,8 +24,8 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.7.0
google.golang.org/grpc v1.43.0
golang.org/x/net v0.8.0
google.golang.org/grpc v1.53.0
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
Expand All @@ -44,7 +44,7 @@ require (
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
Expand All @@ -70,14 +70,14 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 8f05f16

Please sign in to comment.