Skip to content

Commit 6831485

Browse files
authored
Merge pull request #656 from vteratipally/ads
update golang, ginkgo and gomega dependencies
2 parents bdbf6b3 + 20c3b6f commit 6831485

File tree

508 files changed

+67738
-23772
lines changed

Some content is hidden

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

508 files changed

+67738
-23772
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ test: vet fmt
221221
GO111MODULE=on go test -mod vendor -timeout=1m -v -race -short -tags "$(HOST_PLATFORM_BUILD_TAGS)" ./...
222222

223223
e2e-test: vet fmt build-tar
224-
GO111MODULE=on ginkgo -nodes=$(PARALLEL) -mod vendor -timeout=10m -v -tags "$(HOST_PLATFORM_BUILD_TAGS)" -stream \
224+
GO111MODULE=on go run github.com/onsi/ginkgo/ginkgo -nodes=$(PARALLEL) -mod vendor -timeout=10m -v -tags "$(HOST_PLATFORM_BUILD_TAGS)" -stream \
225225
./test/e2e/metriconly/... -- \
226226
-project=$(PROJECT) -zone=$(ZONE) \
227227
-image=$(VM_IMAGE) -image-family=$(IMAGE_FAMILY) -image-project=$(IMAGE_PROJECT) \

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1717
github.com/google/cadvisor v0.36.0
1818
github.com/hpcloud/tail v1.0.0
19-
github.com/onsi/ginkgo v1.10.3
20-
github.com/onsi/gomega v1.7.1
19+
github.com/onsi/ginkgo v1.16.5
20+
github.com/onsi/gomega v1.10.1
2121
github.com/pborman/uuid v1.2.0
2222
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
2323
github.com/prometheus/common v0.4.1
@@ -28,7 +28,7 @@ require (
2828
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc // indirect
2929
go.opencensus.io v0.22.4
3030
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
31-
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f
31+
golang.org/x/sys v0.0.0-20210112080510-489259a85091
3232
google.golang.org/api v0.10.0
3333
k8s.io/api v0.0.0-20190816222004-e3a6b8045b0b
3434
k8s.io/apimachinery v0.0.0-20190816221834-a9f1d8a9c101

go.sum

Lines changed: 57 additions & 0 deletions
Large diffs are not rendered by default.

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.

vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 6 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/.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.

vendor/github.com/fsnotify/fsnotify/AUTHORS

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

0 commit comments

Comments
 (0)