Skip to content

Commit

Permalink
Remove vendor in favor of go modules (istio#16668)
Browse files Browse the repository at this point in the history
* Remove vendor in favor of go modules

* Add gosumdb
  • Loading branch information
howardjohn authored and istio-testing committed Aug 30, 2019
1 parent 30af40d commit cc9b9d3
Show file tree
Hide file tree
Showing 5,768 changed files with 5 additions and 1,993,505 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ SHELL := /bin/bash -o pipefail
# Current version, updated after a release.
VERSION ?= 1.4-dev

export GO111MODULE ?= on
export GOPROXY ?= https://proxy.golang.org
export GOSUMDB ?= sum.golang.org

# locations where artifacts are stored
ISTIO_DOCKER_HUB ?= docker.io/istio
export ISTIO_DOCKER_HUB
Expand Down
2 changes: 1 addition & 1 deletion bin/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cat "${COVERAGEDIR}"/*.report > report.out
go tool cover -html=coverage.cov -o coverage.html

# Build the combined junit.xml
go get github.com/imsky/junit-merger/...
go get github.com/imsky/junit-merger/src/junit-merger
junit-merger "${COVERAGEDIR}"/*-junit.xml > junit.xml

popd
Expand Down
202 changes: 0 additions & 202 deletions vendor/cloud.google.com/go/LICENSE

This file was deleted.

Loading

0 comments on commit cc9b9d3

Please sign in to comment.