Skip to content

Commit

Permalink
Merge pull request #312 from dprotaso/bump-deps
Browse files Browse the repository at this point in the history
bump deps & drop replace directives
  • Loading branch information
imjasonh authored Feb 26, 2021
2 parents 8c33a4e + af19d48 commit c14c08e
Show file tree
Hide file tree
Showing 503 changed files with 39,240 additions and 15,404 deletions.
32 changes: 11 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,44 +1,34 @@
module github.com/google/ko

go 1.14
go 1.15

require (
github.com/containerd/stargz-snapshotter/estargz v0.0.0-20201223015020-a9a0c2d64694
github.com/containerd/stargz-snapshotter/estargz v0.4.1
github.com/docker/cli v0.0.0-20200303162255-7d407207c304 // indirect
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-training/helloworld v0.0.0-20200225145412-ba5f4379d78b
github.com/google/go-cmp v0.5.2
github.com/google/go-containerregistry v0.4.0
github.com/googleapis/gnostic v0.2.2 // indirect
github.com/google/go-cmp v0.5.4
github.com/google/go-containerregistry v0.4.1-0.20210216200643-d81088d9983e
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17
github.com/onsi/gomega v1.10.3 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/mod v0.4.0 // indirect
golang.org/x/net v0.0.0-20201026091529-146b70c837a4 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20210113180300-f96436850f18
golang.org/x/sys v0.0.0-20210216163648-f7da38b97c65 // indirect
golang.org/x/tools v0.1.0
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
gotest.tools/v3 v3.0.2 // indirect
k8s.io/apimachinery v0.19.6
k8s.io/cli-runtime v0.18.8
k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29 // indirect
k8s.io/apimachinery v0.19.7
k8s.io/cli-runtime v0.19.7
k8s.io/klog/v2 v2.5.0 // indirect
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd // indirect
sigs.k8s.io/kind v0.8.1
)

replace (
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
k8s.io/code-generator => k8s.io/code-generator v0.18.8
)
116 changes: 70 additions & 46 deletions go.sum

Large diffs are not rendered by default.

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

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: 0 additions & 8 deletions vendor/github.com/evanphx/json-patch/go.mod

This file was deleted.

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

This file was deleted.

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

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

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

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

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

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

Loading

0 comments on commit c14c08e

Please sign in to comment.