Skip to content

Commit ee94f8b

Browse files
author
Xuewei Zhang
committed
Trim go.mod
This is done via running `GO111MODULE=on go mod tidy`.
1 parent ff95d2e commit ee94f8b

File tree

2 files changed

+0
-71
lines changed

2 files changed

+0
-71
lines changed

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@ require (
1111
github.com/avast/retry-go v2.4.1+incompatible
1212
github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
1313
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
14-
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 // indirect
1514
github.com/euank/go-kmsg-parser v2.0.1+incompatible
1615
github.com/go-ole/go-ole v1.2.4 // indirect
1716
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1817
github.com/google/cadvisor v0.33.0
19-
github.com/howeyc/gopass v0.0.0-20160826175423-3ca23474a7c7 // indirect
20-
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect
2118
github.com/onsi/ginkgo v1.8.0
2219
github.com/onsi/gomega v1.5.0 // indirect
2320
github.com/pborman/uuid v1.2.0
24-
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
2521
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
2622
github.com/prometheus/common v0.4.1
2723
github.com/shirou/gopsutil v2.18.12+incompatible
@@ -33,7 +29,6 @@ require (
3329
go.opencensus.io v0.22.0
3430
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
3531
google.golang.org/api v0.7.0
36-
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
3732
k8s.io/api v0.0.0-20190816222004-e3a6b8045b0b
3833
k8s.io/apimachinery v0.0.0-20190816221834-a9f1d8a9c101
3934
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible

0 commit comments

Comments
 (0)