Skip to content

Commit bbefaf1

Browse files
committed
Update go to v1.18
1 parent 2593338 commit bbefaf1

File tree

21 files changed

+70
-424
lines changed

21 files changed

+70
-424
lines changed

go.mod

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
module github.com/kubernetes-csi/livenessprobe
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/container-storage-interface/spec v1.6.0
77
github.com/golang/mock v1.6.0
88
github.com/kubernetes-csi/csi-lib-utils v0.11.0
99
github.com/kubernetes-csi/csi-test/v5 v5.0.0
10+
google.golang.org/grpc v1.48.0
11+
k8s.io/klog/v2 v2.70.1
12+
)
13+
14+
require (
15+
github.com/beorn7/perks v1.0.1 // indirect
16+
github.com/blang/semver/v4 v4.0.0 // indirect
17+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
18+
github.com/go-logr/logr v1.2.3 // indirect
19+
github.com/golang/protobuf v1.5.2 // indirect
20+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
1021
github.com/prometheus/client_golang v1.12.2 // indirect
22+
github.com/prometheus/client_model v0.2.0 // indirect
1123
github.com/prometheus/common v0.37.0 // indirect
1224
github.com/prometheus/procfs v0.8.0 // indirect
25+
github.com/spf13/pflag v1.0.5 // indirect
1326
golang.org/x/net v0.0.0-20220921203646-d300de134e69 // indirect
27+
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
28+
golang.org/x/text v0.3.8 // indirect
1429
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
15-
google.golang.org/grpc v1.48.0
1630
google.golang.org/protobuf v1.28.1 // indirect
31+
k8s.io/apimachinery v0.25.2 // indirect
1732
k8s.io/component-base v0.25.2 // indirect
18-
k8s.io/klog/v2 v2.70.1
1933
)

go.sum

Lines changed: 2 additions & 183 deletions
Large diffs are not rendered by default.

vendor/github.com/blang/semver/v4/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/cespare/xxhash/v2/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/cespare/xxhash/v2/go.sum

Whitespace-only changes.

vendor/github.com/go-logr/logr/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/prometheus/procfs/go.mod

Lines changed: 0 additions & 9 deletions
This file was deleted.

vendor/github.com/prometheus/procfs/go.sum

Lines changed: 0 additions & 6 deletions
This file was deleted.

vendor/github.com/spf13/pflag/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/spf13/pflag/go.sum

Whitespace-only changes.

0 commit comments

Comments
 (0)