Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eco-goinfra dependency #361

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/nmstate/kubernetes-nmstate/api v0.0.0-20240605150941-df565dd7bf35
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
github.com/openshift-kni/eco-goinfra v0.0.0-20250110185136-272f025d3d9b // latest
github.com/openshift-kni/eco-goinfra v0.0.0-20250114141644-12ee120cfca4 // latest
github.com/openshift-kni/k8sreporter v1.0.6
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
github.com/openshift/cluster-nfd-operator v0.0.0-20240902145504-f70d1389d329 // release-4.17
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,8 @@ github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE
github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/openshift-kni/cluster-group-upgrades-operator v0.0.0-20240918194836-a0a3f896c283 h1:KGQuA0R53YMHkUVWVK5NcFKixjTXB/vaQswcwt3Pdy0=
github.com/openshift-kni/cluster-group-upgrades-operator v0.0.0-20240918194836-a0a3f896c283/go.mod h1:TYB+3zGmMhqOmyZ6FCbtNZSndvRDcfh16U7wgYGpe/8=
github.com/openshift-kni/eco-goinfra v0.0.0-20250110185136-272f025d3d9b h1:3glSs8iDPqgQphZqIYhiM+SJ1Ey5pIq0l6rKjy6pNS8=
github.com/openshift-kni/eco-goinfra v0.0.0-20250110185136-272f025d3d9b/go.mod h1:T51OM/Mq7OogaCm7rBxdaaCrK8iXVh4E3FlEv8v90B4=
github.com/openshift-kni/eco-goinfra v0.0.0-20250114141644-12ee120cfca4 h1:LO0JFCiN4FH1VMsnHNQemmS0AAFZuJ8EIWHCT5TMkXU=
github.com/openshift-kni/eco-goinfra v0.0.0-20250114141644-12ee120cfca4/go.mod h1:T51OM/Mq7OogaCm7rBxdaaCrK8iXVh4E3FlEv8v90B4=
github.com/openshift-kni/k8sreporter v1.0.6 h1:aaxDzZx3s9bo1I3nopR63RGVZxcJgR94j5X87aDihYo=
github.com/openshift-kni/k8sreporter v1.0.6/go.mod h1:tX6LOg0m0oXje7WNLFo8LKHC9Ix8VV0a7vUc6eyeFBQ=
github.com/openshift-kni/lifecycle-agent v0.0.0-20241002223755-1e32b456449f h1:2k35EoDXvfOx/pgQKaBp2DkbBvMUBi+LuGATTH0El+U=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ github.com/opencontainers/runtime-spec/specs-go
## explicit; go 1.22.0
github.com/openshift-kni/cluster-group-upgrades-operator/pkg/api/clustergroupupgrades
github.com/openshift-kni/cluster-group-upgrades-operator/pkg/api/clustergroupupgrades/v1alpha1
# github.com/openshift-kni/eco-goinfra v0.0.0-20250110185136-272f025d3d9b
# github.com/openshift-kni/eco-goinfra v0.0.0-20250114141644-12ee120cfca4
## explicit; go 1.23
github.com/openshift-kni/eco-goinfra/pkg/apiservers
github.com/openshift-kni/eco-goinfra/pkg/argocd
Expand Down
Loading