Skip to content

Commit e521d76

Browse files
committed
Bump ggcr to v0.4.0
1 parent d39f171 commit e521d76

File tree

19 files changed

+320
-272
lines changed

19 files changed

+320
-272
lines changed

go.mod

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ module github.com/google/ko
33
go 1.14
44

55
require (
6-
github.com/containerd/stargz-snapshotter/estargz v0.0.0-20201217071531-2b97b583765b
6+
github.com/containerd/stargz-snapshotter/estargz v0.0.0-20201223015020-a9a0c2d64694
77
github.com/docker/cli v0.0.0-20200303162255-7d407207c304 // indirect
88
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
99
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
1010
github.com/fsnotify/fsnotify v1.4.9
1111
github.com/go-training/helloworld v0.0.0-20200225145412-ba5f4379d78b
1212
github.com/google/go-cmp v0.5.2
13-
github.com/google/go-containerregistry v0.3.0
13+
github.com/google/go-containerregistry v0.4.0
14+
github.com/googleapis/gnostic v0.2.2 // indirect
1415
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
1516
github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17
1617
github.com/onsi/gomega v1.10.3 // indirect
@@ -19,10 +20,12 @@ require (
1920
github.com/spf13/pflag v1.0.5
2021
github.com/spf13/viper v1.4.0
2122
github.com/stretchr/testify v1.6.1 // indirect
23+
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
2224
golang.org/x/mod v0.4.0 // indirect
25+
golang.org/x/net v0.0.0-20201026091529-146b70c837a4 // indirect
2326
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
2427
golang.org/x/text v0.3.4 // indirect
25-
golang.org/x/tools v0.0.0-20201221201019-196535612888
28+
golang.org/x/tools v0.0.0-20210113180300-f96436850f18
2629
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
2730
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
2831
gotest.tools/v3 v3.0.2 // indirect
@@ -37,4 +40,5 @@ replace (
3740
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
3841
k8s.io/cli-runtime => k8s.io/cli-runtime v0.18.8
3942
k8s.io/client-go => k8s.io/client-go v0.18.8
43+
k8s.io/code-generator => k8s.io/code-generator v0.18.8
4044
)

go.sum

+13-117
Large diffs are not rendered by default.

vendor/github.com/containerd/stargz-snapshotter/estargz/build.go

+73-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go

+24-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/stargz-snapshotter/estargz/types.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)