Skip to content

Commit aec3981

Browse files
committed
Cleanup indirect dependencies
1 parent 0e6e8d1 commit aec3981

File tree

197 files changed

+5255
-15005
lines changed

Some content is hidden

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

197 files changed

+5255
-15005
lines changed

go.mod

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,24 @@ module github.com/kubernetes-csi/csi-driver-nfs
33
go 1.13
44

55
require (
6-
github.com/PuerkitoBio/purell v1.1.1 // indirect
7-
github.com/beorn7/perks v1.0.0 // indirect
86
github.com/container-storage-interface/spec v1.1.0
97
github.com/docker/distribution v2.7.1+incompatible // indirect
10-
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
11-
github.com/emicklei/go-restful v2.9.3+incompatible // indirect
12-
github.com/evanphx/json-patch v3.0.0+incompatible // indirect
138
github.com/fatih/camelcase v1.0.0 // indirect
14-
github.com/ghodss/yaml v1.0.0 // indirect
15-
github.com/go-openapi/spec v0.19.0 // indirect
16-
github.com/go-openapi/swag v0.19.0 // indirect
17-
github.com/gogo/protobuf v1.2.1 // indirect
189
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
19-
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
20-
github.com/golang/protobuf v1.3.1 // indirect
21-
github.com/google/btree v1.0.0 // indirect
22-
github.com/google/gofuzz v1.0.0 // indirect
23-
github.com/google/uuid v1.1.1 // indirect
24-
github.com/googleapis/gnostic v0.2.0 // indirect
25-
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
26-
github.com/hashicorp/golang-lru v0.5.1 // indirect
27-
github.com/imdario/mergo v0.3.7 // indirect
28-
github.com/json-iterator/go v1.1.6 // indirect
2910
github.com/kubernetes-csi/csi-lib-utils v0.2.0
30-
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect
3111
github.com/onsi/ginkgo v1.8.0
3212
github.com/onsi/gomega v1.5.0
3313
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
34-
github.com/pkg/errors v0.8.1 // indirect
35-
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
36-
github.com/prometheus/common v0.3.0 // indirect
37-
github.com/prometheus/procfs v0.0.0-20190412120340-e22ddced7142 // indirect
3814
github.com/spf13/afero v1.2.2 // indirect
3915
github.com/spf13/cobra v0.0.3
40-
github.com/spf13/pflag v1.0.3 // indirect
41-
github.com/stretchr/testify v1.3.0 // indirect
42-
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
4316
golang.org/x/net v0.0.0-20190415100556-4a65cf94b679
44-
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
45-
golang.org/x/sys v0.0.0-20190415081028-16da32be82c5 // indirect
46-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
47-
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
4817
google.golang.org/grpc v1.20.0
49-
gopkg.in/inf.v0 v0.9.1 // indirect
50-
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
51-
gopkg.in/yaml.v2 v2.2.2 // indirect
5218
k8s.io/api v0.0.0-20190415132514-c2f1300cac21
5319
k8s.io/apiextensions-apiserver v0.0.0-20190315093550-53c4693659ed // indirect
5420
k8s.io/apimachinery v0.0.0-20190415132420-07d458fe0356
5521
k8s.io/cli-runtime v0.0.0-20190415133733-52015cbe156a // indirect
5622
k8s.io/cluster-bootstrap v0.0.0-20190415134033-d885a12fbbe4 // indirect
5723
k8s.io/csi-translation-lib v0.0.0-20190415134207-82f1dfd98d10 // indirect
58-
k8s.io/klog v0.3.0 // indirect
5924
k8s.io/kube-aggregator v0.0.0-20190415133304-80ce4e5a0cbc // indirect
6025
k8s.io/kube-openapi v0.0.0-20190401085232-94e1e7b7574c // indirect
6126
k8s.io/kubernetes v1.14.1

go.sum

Lines changed: 17 additions & 104 deletions
Large diffs are not rendered by default.

vendor/github.com/PuerkitoBio/purell/.travis.yml

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

vendor/github.com/PuerkitoBio/purell/README.md

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/PuerkitoBio/purell/purell.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/spdystream/connection.go

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

vendor/github.com/docker/spdystream/handlers.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/CHANGES.md

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

vendor/github.com/emicklei/go-restful/README.md

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

vendor/github.com/emicklei/go-restful/compressors.go

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

0 commit comments

Comments
 (0)