Skip to content

Commit

Permalink
Update ggcr (ko-build#113)
Browse files Browse the repository at this point in the history
Mostly to pick up media type mutation, but this includes a bunch of
other fixes.

google/go-containerregistry@ff1ac7f...73724ba
  • Loading branch information
jonjohnsonjr authored Dec 9, 2019
1 parent 835dcfb commit 28f239a
Show file tree
Hide file tree
Showing 473 changed files with 26,464 additions and 4,348 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ module github.com/google/ko
go 1.12

require (
github.com/docker/docker v1.4.2-0.20180531152204-71cd53e4a197
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
github.com/evanphx/json-patch v4.2.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/google/btree v1.0.0 // indirect
github.com/google/go-cmp v0.2.0
github.com/google/go-containerregistry v0.0.0-20191002200252-ff1ac7f97758
github.com/google/go-containerregistry v0.0.0-20191209173213-73724ba06bda
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/imdario/mergo v0.3.5 // indirect
github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.3.2
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/tools v0.0.0-20191001184121-329c8d646ebe
golang.org/x/tools v0.0.0-20191206204035-259af5ff87bd
gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d
k8s.io/apimachinery v0.0.0-20180904193909-def12e63c512
k8s.io/client-go v8.0.0+incompatible // indirect
Expand Down
165 changes: 143 additions & 22 deletions go.sum

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions vendor/github.com/containerd/containerd/LICENSE

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

16 changes: 16 additions & 0 deletions vendor/github.com/containerd/containerd/NOTICE

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

93 changes: 93 additions & 0 deletions vendor/github.com/containerd/containerd/errdefs/errors.go

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

Loading

0 comments on commit 28f239a

Please sign in to comment.