Skip to content

Commit

Permalink
Merge pull request #164 from mauriciopoppe/update-go-version
Browse files Browse the repository at this point in the history
Update go to v1.18
  • Loading branch information
k8s-ci-robot authored Oct 17, 2022
2 parents 2593338 + bbefaf1 commit 4d2afd4
Show file tree
Hide file tree
Showing 21 changed files with 70 additions and 424 deletions.
20 changes: 17 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
module github.com/kubernetes-csi/livenessprobe

go 1.16
go 1.18

require (
github.com/container-storage-interface/spec v1.6.0
github.com/golang/mock v1.6.0
github.com/kubernetes-csi/csi-lib-utils v0.11.0
github.com/kubernetes-csi/csi-test/v5 v5.0.0
google.golang.org/grpc v1.48.0
k8s.io/klog/v2 v2.70.1
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.0.0-20220921203646-d300de134e69 // indirect
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
golang.org/x/text v0.3.8 // indirect
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.1 // indirect
k8s.io/apimachinery v0.25.2 // indirect
k8s.io/component-base v0.25.2 // indirect
k8s.io/klog/v2 v2.70.1
)
185 changes: 2 additions & 183 deletions go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions vendor/github.com/blang/semver/v4/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/cespare/xxhash/v2/go.mod

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions vendor/github.com/go-logr/logr/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/prometheus/procfs/go.mod

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/prometheus/procfs/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/spf13/pflag/go.mod

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions vendor/golang.org/x/text/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/text/CONTRIBUTORS

This file was deleted.

26 changes: 13 additions & 13 deletions vendor/golang.org/x/text/unicode/bidi/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions vendor/golang.org/x/text/unicode/norm/forminfo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions vendor/golang.org/x/text/unicode/norm/normalize.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/golang.org/x/text/unicode/norm/tables13.0.0.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions vendor/google.golang.org/grpc/go.mod

This file was deleted.

Loading

0 comments on commit 4d2afd4

Please sign in to comment.