Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
Open
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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ replace (
require (
github.com/coreos/prometheus-operator v0.36.0
github.com/knative/pkg v0.0.0-20190817231834-12ee58e32cc8
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/rancher/norman v0.0.0-20200520181341-ab75acb55410
github.com/rancher/wrangler v0.5.4-0.20200520040055-b8d49179cfc8
github.com/rancher/wrangler v0.7.4-security1
github.com/rancher/wrangler-api v0.5.1-0.20200326194427-c13310506d04
github.com/sirupsen/logrus v1.4.2
golang.org/x/tools v0.0.0-20200624223020-7a9acb0a45bb // indirect
k8s.io/api v0.18.0
k8s.io/api v0.18.8
k8s.io/apiextensions-apiserver v0.18.0
k8s.io/apimachinery v0.18.0
k8s.io/apimachinery v0.18.8
k8s.io/apiserver v0.18.0
k8s.io/client-go v12.0.0+incompatible
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
Expand Down
201 changes: 115 additions & 86 deletions go.sum

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions vendor/github.com/evanphx/json-patch/.travis.yml

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

25 changes: 25 additions & 0 deletions vendor/github.com/evanphx/json-patch/LICENSE

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

297 changes: 297 additions & 0 deletions vendor/github.com/evanphx/json-patch/README.md

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

38 changes: 38 additions & 0 deletions vendor/github.com/evanphx/json-patch/errors.go

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

Loading