Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit d5d20b6

Browse files
authored
Merge pull request #1146 from tejal29/up_ggcr
upgrade go container registry to latest master
2 parents 9f4fead + 7748e2b commit d5d20b6

1,156 files changed

Lines changed: 200393 additions & 95634 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/GoogleContainerTools/kaniko
33
go 1.14
44

55
replace (
6+
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.3+incompatible
67
github.com/containerd/containerd v1.4.0-0.20191014053712-acdcf13d5eaf => github.com/containerd/containerd v0.0.0-20191014053712-acdcf13d5eaf
78
github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c => github.com/docker/docker v0.0.0-20190319215453-e7b5f7dbe98c
89
github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d => github.com/tonistiigi/fsutil v0.0.0-20191018213012-0f039a052ca1
910
)
1011

1112
require (
12-
cloud.google.com/go v0.26.0
13+
cloud.google.com/go v0.38.0
1314
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
1415
github.com/Azure/azure-storage-blob-go v0.8.0
1516
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
1617
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
17-
github.com/aws/aws-sdk-go v1.25.19
18-
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
18+
github.com/aws/aws-sdk-go v1.27.1
1919
github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c
2020
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916 // indirect
2121
github.com/docker/swarmkit v1.12.1-0.20180726190244-7567d47988d8 // indirect
@@ -25,20 +25,16 @@ require (
2525
github.com/gliderlabs/ssh v0.2.2 // indirect
2626
github.com/golang/mock v1.3.1
2727
github.com/google/go-cmp v0.3.0
28-
github.com/google/go-containerregistry v0.0.0-20191218175032-34fb8ff33bed
28+
github.com/google/go-containerregistry v0.0.0-20200313165449-955bf358a3d8
2929
github.com/google/go-github v17.0.0+incompatible
3030
github.com/google/go-querystring v1.0.0 // indirect
31-
github.com/google/martian v2.1.0+incompatible // indirect
32-
github.com/google/uuid v1.0.0 // indirect
33-
github.com/googleapis/gax-go v2.0.0+incompatible // indirect
3431
github.com/hashicorp/go-memdb v0.0.0-20180223233045-1289e7fffe71 // indirect
3532
github.com/hashicorp/go-uuid v1.0.1 // indirect
3633
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3734
github.com/karrick/godirwalk v1.7.7
3835
github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e // indirect
3936
github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect
4037
github.com/mattn/go-shellwords v1.0.3 // indirect
41-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
4238
github.com/minio/highwayhash v1.0.0
4339
github.com/moby/buildkit v0.0.0-20191111154543-00bfbab0390c
4440
github.com/opencontainers/runtime-spec v1.0.1 // indirect
@@ -47,23 +43,18 @@ require (
4743
github.com/otiai10/copy v1.0.2
4844
github.com/pelletier/go-buffruneio v0.2.0 // indirect
4945
github.com/pkg/errors v0.9.1
50-
github.com/prometheus/client_golang v0.9.0-pre1.0.20180210140205-a40133b69fbd // indirect
51-
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
52-
github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 // indirect
5346
github.com/sergi/go-diff v1.0.0 // indirect
5447
github.com/sirupsen/logrus v1.4.2
55-
github.com/spf13/afero v1.2.1
48+
github.com/spf13/afero v1.2.2
5649
github.com/spf13/cobra v0.0.5
5750
github.com/spf13/pflag v1.0.5
5851
github.com/src-d/gcfg v1.3.0 // indirect
5952
github.com/tonistiigi/fsutil v0.0.0-20191018213012-0f039a052ca1 // indirect
6053
github.com/vbatts/tar-split v0.10.2 // indirect
6154
github.com/xanzy/ssh-agent v0.2.0 // indirect
62-
go.opencensus.io v0.14.0 // indirect
63-
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
64-
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
65-
golang.org/x/sync v0.0.0-20190423024810-112230192c58
66-
google.golang.org/api v0.0.0-20180730000901-31ca0e01cd79 // indirect
55+
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
56+
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
57+
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
6758
gopkg.in/src-d/go-billy.v4 v4.2.0 // indirect
6859
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
6960
gopkg.in/src-d/go-git.v4 v4.6.0

go.sum

Lines changed: 226 additions & 44 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/AUTHORS

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 0 additions & 40 deletions
This file was deleted.

vendor/cloud.google.com/go/compute/metadata/metadata.go

Lines changed: 20 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/iam.go

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/internal/retry.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/internal/trace/go18.go renamed to vendor/cloud.google.com/go/internal/trace/trace.go

Lines changed: 30 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)