Update dependencies
- github.com/distribution/distribution/v3 to v3.0.0-20221119093643-85d4039064cc - github.com/fluxcd/go-git-providers to v0.11.0 - golang.org/x/crypto to v0.3.0 Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
10
go.mod
10
go.mod
@@ -6,8 +6,8 @@ require (
|
||||
github.com/Masterminds/semver/v3 v3.1.1
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
|
||||
github.com/cyphar/filepath-securejoin v0.2.3
|
||||
github.com/distribution/distribution/v3 v3.0.0-20221111170714-3b8fbf975279
|
||||
github.com/fluxcd/go-git-providers v0.9.0
|
||||
github.com/distribution/distribution/v3 v3.0.0-20221119093643-85d4039064cc
|
||||
github.com/fluxcd/go-git-providers v0.11.0
|
||||
github.com/fluxcd/go-git/v5 v5.0.0-20221104190732-329fd6659b10
|
||||
github.com/fluxcd/helm-controller/api v0.27.0
|
||||
github.com/fluxcd/image-automation-controller/api v0.27.0
|
||||
@@ -40,7 +40,7 @@ require (
|
||||
github.com/spf13/cobra v1.6.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/theckman/yacspin v0.13.12
|
||||
golang.org/x/crypto v0.2.0
|
||||
golang.org/x/crypto v0.3.0
|
||||
golang.org/x/term v0.2.0
|
||||
k8s.io/api v0.25.4
|
||||
k8s.io/apiextensions-apiserver v0.25.4
|
||||
@@ -130,7 +130,7 @@ require (
|
||||
github.com/gonvenience/wrap v1.1.2 // indirect
|
||||
github.com/google/btree v1.1.2 // indirect
|
||||
github.com/google/gnostic v0.6.9 // indirect
|
||||
github.com/google/go-github/v47 v47.0.0 // indirect
|
||||
github.com/google/go-github/v47 v47.1.0 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/google/gofuzz v1.2.0 // indirect
|
||||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
||||
@@ -187,7 +187,7 @@ require (
|
||||
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
|
||||
github.com/vbatts/tar-split v0.11.2 // indirect
|
||||
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
|
||||
github.com/xanzy/go-gitlab v0.73.1 // indirect
|
||||
github.com/xanzy/go-gitlab v0.74.0 // indirect
|
||||
github.com/xanzy/ssh-agent v0.3.2 // indirect
|
||||
github.com/xlab/treeprint v1.1.0 // indirect
|
||||
github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 // indirect
|
||||
|
||||
Reference in New Issue
Block a user