Skip to content

Commit

Permalink
Switch to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bswartz committed Apr 11, 2019
1 parent 851c1ff commit b4958c2
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 346 deletions.
284 changes: 0 additions & 284 deletions Gopkg.lock

This file was deleted.

62 changes: 0 additions & 62 deletions Gopkg.toml

This file was deleted.

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# but csi-sanity has its own build rules and only mock-driver gets
# published as a container image.
CMDS=mock-driver
export GOFLAGS=-mod=vendor
all: build build-sanity

include release-tools/build.make
Expand Down
23 changes: 23 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module github.com/kubernetes-csi/csi-test

go 1.12

require (
github.com/container-storage-interface/spec v1.1.0
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/hpcloud/tail v1.0.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/sirupsen/logrus v1.4.0
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
google.golang.org/grpc v1.19.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
gopkg.in/yaml.v2 v2.2.2
)
Loading

0 comments on commit b4958c2

Please sign in to comment.