Skip to content
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 tests/framework/crossplane/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/nginx/nginx-gateway-fabric/tests/framework/crossplane

go 1.24.2

require github.com/nginxinc/nginx-go-crossplane v0.4.79
require github.com/nginxinc/nginx-go-crossplane v0.4.80

require (
github.com/jstemmer/go-junit-report v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tests/framework/crossplane/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/jstemmer/go-junit-report v1.0.0 h1:8X1gzZpR+nVQLAht+L/foqOeX2l9DTZoaIPbEQHxsds=
github.com/jstemmer/go-junit-report v1.0.0/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/nginxinc/nginx-go-crossplane v0.4.79 h1:ICjTOzhHbf+LvwCpE0yVyFobJZNJ4OLOuw2T4t0aP6U=
github.com/nginxinc/nginx-go-crossplane v0.4.79/go.mod h1:YW/lk3F6/HUSQyfB6bFPnL9TkLcyfRXWfBNgirZmFfI=
github.com/nginxinc/nginx-go-crossplane v0.4.80 h1:9DnNZE5hH9qlvYXJsBb64H1xRxns4CG2vwmdfjS2Akc=
github.com/nginxinc/nginx-go-crossplane v0.4.80/go.mod h1:YW/lk3F6/HUSQyfB6bFPnL9TkLcyfRXWfBNgirZmFfI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
Expand Down
Loading