Skip to content

Commit 5399319

Browse files
committed
Update dependency chain to latest versions
Signed-off-by: Humble Chirammal <[email protected]>
1 parent 094ef04 commit 5399319

File tree

665 files changed

+162614
-56953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

665 files changed

+162614
-56953
lines changed

cmd/livenessprobe/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ import (
2424
"sync"
2525
"time"
2626

27-
"k8s.io/klog"
28-
2927
connlib "github.com/kubernetes-csi/csi-lib-utils/connection"
3028
"github.com/kubernetes-csi/csi-lib-utils/rpc"
31-
3229
"google.golang.org/grpc"
30+
"k8s.io/klog"
3331
)
3432

3533
// Command line flags

go.mod

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
module github.com/kubernetes-csi/livenessprobe
22

3-
go 1.12
3+
go 1.15
44

55
require (
6-
github.com/container-storage-interface/spec v1.1.0
7-
github.com/golang/mock v1.2.0
8-
github.com/golang/protobuf v1.3.1 // indirect
9-
github.com/kubernetes-csi/csi-lib-utils v0.6.1
10-
github.com/kubernetes-csi/csi-test v2.0.0+incompatible
11-
github.com/stretchr/testify v1.4.0 // indirect
12-
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
13-
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
6+
github.com/container-storage-interface/spec v1.3.0
7+
github.com/golang/mock v1.4.3
8+
github.com/golang/protobuf v1.4.2 // indirect
9+
github.com/kubernetes-csi/csi-lib-utils v0.7.0
10+
github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b
11+
github.com/stretchr/testify v1.5.1 // indirect
1412
golang.org/x/text v0.3.3 // indirect
15-
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
16-
google.golang.org/grpc v1.20.0
17-
k8s.io/klog v0.3.0
13+
google.golang.org/grpc v1.29.0
14+
k8s.io/klog/v2 v2.3.0
1815
)

go.sum

Lines changed: 248 additions & 15 deletions
Large diffs are not rendered by default.

vendor/github.com/beorn7/perks/LICENSE

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)