e2e: Update Go dependencies
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
module github.com/fluxcd/flux2/tests/integration
|
||||
|
||||
go 1.18
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
cloud.google.com/go/pubsub v1.31.0
|
||||
github.com/Azure/azure-event-hubs-go/v3 v3.6.0
|
||||
github.com/fluxcd/helm-controller/api v0.34.1
|
||||
github.com/fluxcd/image-automation-controller/api v0.34.1
|
||||
github.com/fluxcd/image-reflector-controller/api v0.28.0
|
||||
github.com/fluxcd/kustomize-controller/api v1.0.0-rc.4
|
||||
github.com/fluxcd/notification-controller/api v1.0.0-rc.4
|
||||
github.com/fluxcd/pkg/apis/event v0.5.1
|
||||
github.com/fluxcd/pkg/apis/meta v1.1.1
|
||||
github.com/fluxcd/helm-controller/api v0.36.2
|
||||
github.com/fluxcd/image-automation-controller/api v0.36.1
|
||||
github.com/fluxcd/image-reflector-controller/api v0.30.0
|
||||
github.com/fluxcd/kustomize-controller/api v1.1.1
|
||||
github.com/fluxcd/notification-controller/api v1.1.0
|
||||
github.com/fluxcd/pkg/apis/event v0.5.2
|
||||
github.com/fluxcd/pkg/apis/meta v1.1.2
|
||||
github.com/fluxcd/pkg/git v0.14.0
|
||||
github.com/fluxcd/pkg/git/gogit v0.14.0
|
||||
github.com/fluxcd/pkg/runtime v0.39.0
|
||||
github.com/fluxcd/source-controller/api v1.0.0-rc.5
|
||||
github.com/fluxcd/test-infra/tftestenv v0.0.0-20230531151340-931581bd0a3e
|
||||
github.com/fluxcd/pkg/runtime v0.42.0
|
||||
github.com/fluxcd/source-controller/api v1.1.2
|
||||
github.com/fluxcd/test-infra/tftestenv v0.0.0-20230831142147-627bca8e7916
|
||||
github.com/go-git/go-git/v5 v5.9.0
|
||||
github.com/google/go-containerregistry v0.14.0
|
||||
github.com/hashicorp/terraform-json v0.16.0
|
||||
@@ -24,10 +24,10 @@ require (
|
||||
github.com/onsi/gomega v1.27.10
|
||||
github.com/whilp/git-urls v1.0.0
|
||||
google.golang.org/grpc v1.55.0
|
||||
k8s.io/api v0.27.3
|
||||
k8s.io/apimachinery v0.27.3
|
||||
k8s.io/client-go v0.27.3
|
||||
sigs.k8s.io/controller-runtime v0.15.0
|
||||
k8s.io/api v0.27.4
|
||||
k8s.io/apimachinery v0.27.4
|
||||
k8s.io/client-go v0.27.4
|
||||
sigs.k8s.io/controller-runtime v0.15.1
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -65,7 +65,7 @@ require (
|
||||
github.com/emirpasic/gods v1.18.1 // indirect
|
||||
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
||||
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
|
||||
github.com/fluxcd/pkg/apis/kustomize v1.1.0 // indirect
|
||||
github.com/fluxcd/pkg/apis/kustomize v1.1.1 // indirect
|
||||
github.com/fluxcd/pkg/ssh v0.8.2 // indirect
|
||||
github.com/fluxcd/pkg/version v0.2.2 // indirect
|
||||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
||||
@@ -116,13 +116,13 @@ require (
|
||||
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
||||
github.com/zclconf/go-cty v1.13.0 // indirect
|
||||
go.opencensus.io v0.24.0 // indirect
|
||||
golang.org/x/crypto v0.13.0 // indirect
|
||||
golang.org/x/crypto v0.14.0 // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/net v0.15.0 // indirect
|
||||
golang.org/x/net v0.17.0 // indirect
|
||||
golang.org/x/oauth2 v0.8.0 // indirect
|
||||
golang.org/x/sync v0.3.0 // indirect
|
||||
golang.org/x/sys v0.12.0 // indirect
|
||||
golang.org/x/term v0.12.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
golang.org/x/term v0.13.0 // indirect
|
||||
golang.org/x/text v0.13.0 // indirect
|
||||
golang.org/x/time v0.3.0 // indirect
|
||||
golang.org/x/tools v0.13.0 // indirect
|
||||
@@ -134,7 +134,7 @@ require (
|
||||
gopkg.in/warnings.v0 v0.1.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.27.3 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.27.4 // indirect
|
||||
k8s.io/klog/v2 v2.100.1 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
|
||||
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
|
||||
|
||||
Reference in New Issue
Block a user