Skip to content

Commit f9e46e2

Browse files
committed
Switch to go modules
1 parent 851c1ff commit f9e46e2

File tree

4 files changed

+94
-346
lines changed

4 files changed

+94
-346
lines changed

Gopkg.lock

Lines changed: 0 additions & 284 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 62 deletions
This file was deleted.

go.mod

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
module github.com/kubernetes-csi/csi-test
2+
3+
go 1.12
4+
5+
require (
6+
github.com/container-storage-interface/spec v1.1.0
7+
github.com/golang/mock v1.2.0
8+
github.com/golang/protobuf v1.3.1
9+
github.com/hpcloud/tail v1.0.0
10+
github.com/konsorten/go-windows-terminal-sequences v1.0.2
11+
github.com/onsi/ginkgo v1.8.0
12+
github.com/onsi/gomega v1.5.0
13+
github.com/sirupsen/logrus v1.4.0
14+
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
15+
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
16+
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca
17+
golang.org/x/text v0.3.0
18+
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
19+
google.golang.org/grpc v1.19.0
20+
gopkg.in/fsnotify.v1 v1.4.7
21+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
22+
gopkg.in/yaml.v2 v2.2.2
23+
)

0 commit comments

Comments
 (0)