Skip to content

Commit

Permalink
Add /vendor updates from codegen scripts 🤖
Browse files Browse the repository at this point in the history
Add vendor updates resulting from update-k8s-deps.sh`, and
`update-codegen.sh`.

Add `third_party/VENDOR-LICENSE`

Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
  • Loading branch information
nikhil-thomas authored and tekton-robot committed Sep 9, 2020
1 parent a7ed8c2 commit 18e5a69
Show file tree
Hide file tree
Showing 3,520 changed files with 882,979 additions and 8,173 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@ module github.com/tektoncd/operator

require (
github.com/tektoncd/plumbing v0.0.0-20200430135134-e53521e1d887
go.uber.org/zap v1.15.0
k8s.io/api v0.18.7-rc.0
k8s.io/apimachinery v0.19.0
k8s.io/apimachinery v0.18.7-rc.0
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
k8s.io/code-generator v0.18.6
knative.dev/pkg v0.0.0-20200902221531-b0307fc6d285
knative.dev/test-infra v0.0.0-20200828211307-9d4372c9b1c7
)

go 1.14

replace k8s.io/api => k8s.io/api v0.17.6

replace k8s.io/apimachinery => k8s.io/apimachinery v0.17.6

replace k8s.io/client-go => k8s.io/client-go v0.17.6

replace k8s.io/code-generator => k8s.io/code-generator v0.17.6
92 changes: 14 additions & 78 deletions go.sum

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 18e5a69

Please sign in to comment.