Skip to content

Commit

Permalink
Bump go modules and update vendor folder
Browse files Browse the repository at this point in the history
Bump tekton to v0.20.1
Bump code-generator to v0.18.12
Bump knative.dev to v0.0.0-20210107022335-51c72e24c179

Signed-off-by: Zoe <[email protected]>
  • Loading branch information
qu1queee authored and xiujuan95 committed Jan 22, 2021
1 parent 750087f commit 87c92df
Show file tree
Hide file tree
Showing 749 changed files with 36,976 additions and 30,031 deletions.
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,31 @@ module github.com/shipwright-io/build
go 1.14

require (
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
github.com/go-git/go-git/v5 v5.2.0
github.com/go-logr/logr v0.2.0
github.com/go-openapi/spec v0.19.6
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
github.com/operator-framework/operator-sdk v0.18.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/client_model v0.2.0
github.com/spf13/pflag v1.0.5
github.com/tektoncd/pipeline v0.18.1
k8s.io/api v0.18.10
github.com/tektoncd/pipeline v0.20.1
k8s.io/api v0.18.12
k8s.io/apimachinery v0.19.0
k8s.io/client-go v12.0.0+incompatible
k8s.io/code-generator v0.18.10
k8s.io/code-generator v0.18.12
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
k8s.io/kubectl v0.18.10
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
knative.dev/pkg v0.0.0-20201026165741-2f75016c1368
knative.dev/pkg v0.0.0-20210107022335-51c72e24c179
sigs.k8s.io/controller-runtime v0.6.1
sigs.k8s.io/yaml v1.2.0
)

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible // Required by OLM
github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible // Required by OLM
// github.com/operator-framework/operator-registry requires Sirupsen/[email protected]
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.7.0
// Pin docker/* to versions used to spinning up local test registries by operator-sdk
Expand All @@ -40,5 +39,4 @@ replace (
k8s.io/code-generator => k8s.io/code-generator v0.18.10
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29 // resolve `case-insensitive import collision` for gnostic/openapiv2 package
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.6.1

)
786 changes: 171 additions & 615 deletions go.sum

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions vendor/github.com/Azure/go-autorest/.gitignore

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

Loading

0 comments on commit 87c92df

Please sign in to comment.