Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ required = [
"k8s.io/code-generator/cmd/lister-gen",
"k8s.io/code-generator/cmd/informer-gen",
"github.com/knative/caching/pkg/apis/caching",
"github.com/knative/test-infra",
"github.com/knative/test-infra/scripts",
"github.com/knative/test-infra/tools/dep-collector",
]

[[override]]
Expand Down Expand Up @@ -77,5 +78,4 @@ required = [

[[prune.project]]
name = "github.com/knative/test-infra"
unused-packages = false
non-go = false
3 changes: 0 additions & 3 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ dep ensure
rm -rf $(find vendor/ -name 'OWNERS')
rm -rf $(find vendor/ -name '*_test.go')

# Keep the only dir in knative/test-infra we're interested in
find vendor/github.com/knative/test-infra -mindepth 1 -maxdepth 1 ! -name scripts -exec rm -fr {} \;

update_licenses third_party/VENDOR-LICENSE "./cmd/*"

# Patch the Kubernetes dynamic client to fix listing. This patch is from
Expand Down
202 changes: 202 additions & 0 deletions vendor/github.com/knative/test-infra/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions vendor/github.com/knative/test-infra/scripts/dummy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions vendor/github.com/knative/test-infra/tools/dep-collector/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading