Skip to content

Commit

Permalink
Revert to 0.18.8 of K8s (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Dec 22, 2020
1 parent 0427aed commit 64b28d0
Show file tree
Hide file tree
Showing 372 changed files with 14,035 additions and 36,415 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require (
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
github.com/fsnotify/fsnotify v1.4.9
github.com/go-logr/logr v0.3.0 // indirect
github.com/go-training/helloworld v0.0.0-20200225145412-ba5f4379d78b
github.com/google/go-cmp v0.5.2
github.com/google/go-containerregistry v0.3.0
Expand All @@ -29,14 +28,13 @@ require (
gotest.tools/v3 v3.0.2 // indirect
k8s.io/apimachinery v0.19.6
k8s.io/cli-runtime v0.18.8
k8s.io/klog/v2 v2.4.0 // indirect
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd // indirect
k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29 // indirect
sigs.k8s.io/kind v0.8.1
)

replace (
k8s.io/api => k8s.io/api v0.19.6
k8s.io/apimachinery => k8s.io/apimachinery v0.19.6
k8s.io/cli-runtime => k8s.io/cli-runtime v0.19.6
k8s.io/client-go => k8s.io/client-go v0.19.6
k8s.io/api => k8s.io/api v0.18.8
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
k8s.io/cli-runtime => k8s.io/cli-runtime v0.18.8
k8s.io/client-go => k8s.io/client-go v0.18.8
)
130 changes: 23 additions & 107 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/github.com/evanphx/json-patch/LICENSE

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

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

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

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

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

183 changes: 0 additions & 183 deletions vendor/github.com/go-logr/logr/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/github.com/go-logr/logr/discard.go

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/go-logr/logr/go.mod

This file was deleted.

0 comments on commit 64b28d0

Please sign in to comment.