Skip to content

Commit f07bb01

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

Some content is hidden

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

52 files changed

+223
-96853
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.

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# but csi-sanity has its own build rules and only mock-driver gets
1717
# published as a container image.
1818
CMDS=mock-driver
19+
export GOFLAGS=-mod=vendor
1920
all: build build-sanity
2021

2122
include release-tools/build.make

go.mod

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
10+
github.com/onsi/ginkgo v1.8.0
11+
github.com/onsi/gomega v1.5.0
12+
github.com/sirupsen/logrus v1.4.0
13+
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
14+
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
15+
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect
16+
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect
17+
google.golang.org/grpc v1.19.0
18+
gopkg.in/yaml.v2 v2.2.2
19+
)

0 commit comments

Comments
 (0)