Skip to content

Commit 0549802

Browse files
authored
Merge pull request #315 from pohly/dependencies
dependency update
2 parents 701d229 + 6f40ae0 commit 0549802

File tree

686 files changed

+109355
-118159
lines changed

Some content is hidden

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

686 files changed

+109355
-118159
lines changed

go.mod

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ go 1.15
44

55
require (
66
github.com/container-storage-interface/spec v1.3.0
7-
github.com/golang/mock v1.3.1
8-
github.com/golang/protobuf v1.3.3
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.10.3
12-
github.com/onsi/gomega v1.7.1
13-
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
14-
github.com/sirupsen/logrus v1.4.2
15-
golang.org/x/net v0.0.0-20191112182307-2180aed22343
16-
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
17-
golang.org/x/text v0.3.2 // indirect
18-
google.golang.org/genproto v0.0.0-20191114150713-6bbd007550de // indirect
19-
google.golang.org/grpc v1.29.1
7+
github.com/go-logr/logr v0.3.0 // indirect
8+
github.com/golang/mock v1.4.4
9+
github.com/golang/protobuf v1.4.3
10+
github.com/google/uuid v1.1.2
11+
github.com/nxadm/tail v1.4.5 // indirect
12+
github.com/onsi/ginkgo v1.14.2
13+
github.com/onsi/gomega v1.10.4
14+
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
15+
github.com/sirupsen/logrus v1.7.0
16+
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
17+
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
18+
golang.org/x/text v0.3.4 // indirect
19+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
20+
google.golang.org/genproto v0.0.0-20201209185603-f92720507ed4 // indirect
21+
google.golang.org/grpc v1.34.0
2022
gopkg.in/sourcemap.v1 v1.0.5 // indirect
21-
gopkg.in/yaml.v2 v2.2.5
23+
gopkg.in/yaml.v2 v2.4.0
2224
k8s.io/klog/v2 v2.4.0
2325
)

go.sum

Lines changed: 89 additions & 31 deletions
Large diffs are not rendered by default.

pkg/sanity/tests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func DescribeSanity(text string, body func(*TestContext)) bool {
4141
// for the tests registered earlier with DescribeSanity.
4242
func registerTestsInGinkgo(sc *TestContext) {
4343
for _, test := range tests {
44+
test := test
4445
Describe(test.text, func() {
4546
BeforeEach(func() {
4647
sc.Setup()

vendor/github.com/fsnotify/fsnotify/.editorconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

vendor/github.com/fsnotify/fsnotify/.travis.yml

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)