We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf2e66 commit 6513f46Copy full SHA for 6513f46
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nginx/nginx-gateway-fabric
2
3
-go 1.24.0
+go 1.24.2
4
5
require (
6
github.com/go-kit/log v0.2.1
tests/framework/crossplane/go.mod
module github.com/nginx/nginx-gateway-fabric/tests/framework/crossplane
require github.com/nginxinc/nginx-go-crossplane v0.4.78
tests/go.mod
module github.com/nginx/nginx-gateway-fabric/tests
replace github.com/nginx/nginx-gateway-fabric => ../
0 commit comments