Skip to content

Commit dd14907

Browse files
authored
Merge pull request #458 from davidz627/fix/ro
Update k8s.io/utils version for format error message fix
2 parents 74549d5 + e811b41 commit dd14907

File tree

2 files changed

+3
-114
lines changed

2 files changed

+3
-114
lines changed

go.mod

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,13 @@ go 1.13
55
require (
66
cloud.google.com/go v0.45.1
77
github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20190612171043-2e19bb35a278
8-
github.com/apache/thrift v0.12.0 // indirect
9-
github.com/bazelbuild/bazel-gazelle v0.0.0-20190402225339-e530fae7ce5c // indirect
108
github.com/container-storage-interface/spec v1.2.0
11-
github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed // indirect
12-
github.com/go-logfmt/logfmt v0.4.0 // indirect
13-
github.com/gobuffalo/envy v1.6.15 // indirect
149
github.com/golang/protobuf v1.3.2
1510
github.com/google/uuid v1.1.1
1611
github.com/hashicorp/go-multierror v1.0.0 // indirect
17-
github.com/knative/build v0.3.1-0.20190330033454-38ace00371c7 // indirect
18-
github.com/knative/pkg v0.0.0-20190330034653-916205998db9 // indirect
1912
github.com/kubernetes-csi/csi-test/v3 v3.0.0
20-
github.com/markbates/inflect v1.0.4 // indirect
2113
github.com/onsi/ginkgo v1.10.3
2214
github.com/onsi/gomega v1.7.1
23-
github.com/openzipkin/zipkin-go v0.1.6 // indirect
24-
github.com/prometheus/tsdb v0.7.1 // indirect
2515
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
2616
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056
2717
google.golang.org/api v0.10.0
@@ -32,7 +22,6 @@ require (
3222
k8s.io/apimachinery v0.17.1
3323
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
3424
k8s.io/klog v1.0.0
35-
k8s.io/repo-infra v0.0.0-20190329054012-df02ded38f95 // indirect
3625
k8s.io/test-infra v0.0.0-20200115230622-70a5174aa78d
37-
k8s.io/utils v0.0.0-20200109141947-94aeca20bf09
26+
k8s.io/utils v0.0.0-20200124190032-861946025e34
3827
)

0 commit comments

Comments
 (0)