Skip to content

Commit

Permalink
Merge pull request #179 from pohly/go-mod
Browse files Browse the repository at this point in the history
replace "dep" with "go mod"
  • Loading branch information
k8s-ci-robot committed Oct 28, 2019
2 parents bc6e42d + 211f83f commit 89889f0
Show file tree
Hide file tree
Showing 771 changed files with 72,346 additions and 297,557 deletions.
815 changes: 0 additions & 815 deletions Gopkg.lock

This file was deleted.

57 changes: 0 additions & 57 deletions Gopkg.toml

This file was deleted.

26 changes: 26 additions & 0 deletions go.mod
@@ -0,0 +1,26 @@
module github.com/kubernetes-csi/external-snapshotter

go 1.12

require (
github.com/container-storage-interface/spec v1.1.0
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.6.1
github.com/kubernetes-csi/csi-test v2.0.0+incompatible
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/genproto v0.0.0-20190401181712-f467c93bbac2 // indirect
google.golang.org/grpc v1.19.1
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.0.0-20190809220925-3ab596449d6f
k8s.io/apimachinery v0.0.0-20190809020650-423f5d784010
k8s.io/client-go v0.0.0-20190809221226-62f300f03a5f
k8s.io/klog v0.3.1
k8s.io/kubernetes v1.14.0
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
)
196 changes: 196 additions & 0 deletions go.sum

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions vendor/github.com/evanphx/json-patch/.travis.yml

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

297 changes: 297 additions & 0 deletions vendor/github.com/evanphx/json-patch/README.md

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

0 comments on commit 89889f0

Please sign in to comment.