Skip to content

Commit 55c5948

Browse files
author
Dan Lorenc
committed
Update go-containerregistry from v0.1.3 to v0.2.1.
v0.1.3 contained a dependency (which contained another...) eventually including a version of jwt-go with CVE-2018-20699 in it. That library has been abandoned, so the Go ecosystem is slowly picking up various changes to remove this dependency. This also required "unpinning" go-autorest, which we seemed to be doing because of knative. Tests build and pass without this, so let's see what happens.
1 parent ccfe5d2 commit 55c5948

File tree

124 files changed

+6484
-387
lines changed

Some content is hidden

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

124 files changed

+6484
-387
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/ghodss/yaml v1.0.0
1010
github.com/go-openapi/spec v0.19.6
1111
github.com/google/go-cmp v0.5.2
12-
github.com/google/go-containerregistry v0.1.3
12+
github.com/google/go-containerregistry v0.2.1
1313
github.com/google/uuid v1.1.1
1414
github.com/hashicorp/go-multierror v1.1.0
1515
github.com/hashicorp/golang-lru v0.5.4
@@ -19,7 +19,6 @@ require (
1919
github.com/tektoncd/plumbing v0.0.0-20201021153918-6b7e894737b5
2020
go.opencensus.io v0.22.4
2121
go.uber.org/zap v1.15.0
22-
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
2322
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
2423
gomodules.xyz/jsonpatch/v2 v2.1.0
2524
k8s.io/api v0.18.8
@@ -35,7 +34,6 @@ require (
3534
replace (
3635
contrib.go.opencensus.io/exporter/stackdriver => contrib.go.opencensus.io/exporter/stackdriver v0.12.9-0.20191108183826-59d068f8d8ff
3736
github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v38.2.0+incompatible
38-
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.4.0+incompatible
3937
)
4038

4139
// Pin k8s deps to v0.18.8

go.sum

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

0 commit comments

Comments
 (0)