Update dependencies
- bump the APIs packages in tests - bump golang crypto and term to latest Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
14
go.mod
14
go.mod
@@ -7,9 +7,9 @@ replace github.com/go-git/go-git/v5 => github.com/go-git/go-git/v5 v5.7.1-0.2023
|
||||
|
||||
require (
|
||||
github.com/Masterminds/semver/v3 v3.2.1
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20230626094100-7e9e0395ebec
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20230710112148-e01326fd72eb
|
||||
github.com/cyphar/filepath-securejoin v0.2.3
|
||||
github.com/distribution/distribution/v3 v3.0.0-20230629214736-bac7f02e02a1
|
||||
github.com/distribution/distribution/v3 v3.0.0-20230711080520-40ef2353fa4f
|
||||
github.com/fluxcd/go-git-providers v0.18.0
|
||||
github.com/fluxcd/helm-controller/api v0.35.0
|
||||
github.com/fluxcd/image-automation-controller/api v0.35.0
|
||||
@@ -21,7 +21,7 @@ require (
|
||||
github.com/fluxcd/pkg/git v0.12.3
|
||||
github.com/fluxcd/pkg/git/gogit v0.12.1
|
||||
github.com/fluxcd/pkg/kustomize v1.3.4
|
||||
github.com/fluxcd/pkg/oci v0.28.0
|
||||
github.com/fluxcd/pkg/oci v0.29.0
|
||||
github.com/fluxcd/pkg/runtime v0.40.0
|
||||
github.com/fluxcd/pkg/sourceignore v0.3.4
|
||||
github.com/fluxcd/pkg/ssa v0.28.2
|
||||
@@ -45,8 +45,8 @@ require (
|
||||
github.com/spf13/cobra v1.7.0
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/theckman/yacspin v0.13.12
|
||||
golang.org/x/crypto v0.10.0
|
||||
golang.org/x/term v0.9.0
|
||||
golang.org/x/crypto v0.11.0
|
||||
golang.org/x/term v0.10.0
|
||||
k8s.io/api v0.27.3
|
||||
k8s.io/apiextensions-apiserver v0.27.3
|
||||
k8s.io/apimachinery v0.27.3
|
||||
@@ -202,8 +202,8 @@ require (
|
||||
golang.org/x/net v0.11.0 // indirect
|
||||
golang.org/x/oauth2 v0.7.0 // indirect
|
||||
golang.org/x/sync v0.3.0 // indirect
|
||||
golang.org/x/sys v0.9.0 // indirect
|
||||
golang.org/x/text v0.10.0 // indirect
|
||||
golang.org/x/sys v0.10.0 // indirect
|
||||
golang.org/x/text v0.11.0 // indirect
|
||||
golang.org/x/time v0.3.0 // indirect
|
||||
golang.org/x/tools v0.10.0 // indirect
|
||||
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user