Skip to content

Commit 1d38cfa

Browse files
authored
Merge pull request #224 from pohly/go-modules
Go modules
2 parents 477c7e9 + 1f2c27e commit 1d38cfa

Some content is hidden

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

55 files changed

+612
-96940
lines changed

Gopkg.lock

-294
This file was deleted.

Gopkg.toml

-62
This file was deleted.

go.mod

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/google/uuid v1.1.1
10+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
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 // indirect
15+
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
16+
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect
17+
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect
18+
google.golang.org/grpc v1.19.0
19+
gopkg.in/yaml.v2 v2.2.2
20+
)

0 commit comments

Comments
 (0)