Skip to content

Commit 6c58c8a

Browse files
committed
Restore vendor
1 parent 3eb6c2e commit 6c58c8a

File tree

4,943 files changed

+1503055
-5
lines changed

Some content is hidden

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

4,943 files changed

+1503055
-5
lines changed

.codecov.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
ignore:
22
- "**/zz_generated*.go" # Ignore generated files.
33
- "pkg/client"
4+
- "third_party"
5+
- "vendor"

hack/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
# shellcheck disable=SC1090
19-
source "$(go run knative.dev/hack/cmd/script release.sh)"
19+
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script release.sh)"
2020

2121
declare -A COMPONENTS
2222
COMPONENTS=(

hack/update-codegen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
# shellcheck disable=SC1090
22-
source "$(go run knative.dev/hack/cmd/script codegen-library.sh)"
22+
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script codegen-library.sh)"
2323

2424
echo "=== Update Codegen for ${MODULE_NAME}"
2525

hack/update-deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ set -o nounset
1919
set -o pipefail
2020

2121
# shellcheck disable=SC1090
22-
source "$(go run knative.dev/hack/cmd/script library.sh)"
22+
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script library.sh)"
2323

2424
go_update_deps "$@"

hack/verify-codegen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
# shellcheck disable=SC1090
22-
source "$(go run knative.dev/hack/cmd/script library.sh)"
22+
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script library.sh)"
2323

2424
"${REPO_ROOT_DIR}"/hack/update-codegen.sh
2525

test/presubmit-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
export DISABLE_MD_LINTING=1
2727

2828
# shellcheck disable=SC1090
29-
source "$(go run knative.dev/hack/cmd/script presubmit-tests.sh)"
29+
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script presubmit-tests.sh)"
3030

3131
# TODO(mattmoor): integration tests
3232

vendor/contrib.go.opencensus.io/exporter/ocagent/.gitignore

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/ocagent/.travis.yml

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/ocagent/CONTRIBUTING.md

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/ocagent/LICENSE

+201
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/ocagent/README.md

+61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)