Skip to content

Commit 7b70c39

Browse files
fix(deps): update module github.com/crossplane-contrib/xp-testing to v1.9.0
1 parent 191da73 commit 7b70c39

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/openmcp-project/control-plane-operator
33
go 1.25.4
44

55
require (
6-
github.com/crossplane-contrib/xp-testing v1.8.0
6+
github.com/crossplane-contrib/xp-testing v1.9.0
77
github.com/crossplane/crossplane v1.20.3
88
github.com/fluxcd/helm-controller/api v1.4.3
99
github.com/fluxcd/kustomize-controller/api v1.7.2
@@ -363,7 +363,7 @@ require (
363363
go.yaml.in/yaml/v3 v3.0.4 // indirect
364364
golang.org/x/crypto v0.45.0 // indirect
365365
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
366-
golang.org/x/mod v0.29.0 // indirect
366+
golang.org/x/mod v0.30.0 // indirect
367367
golang.org/x/oauth2 v0.32.0 // indirect
368368
golang.org/x/sync v0.18.0 // indirect
369369
golang.org/x/sys v0.38.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -931,8 +931,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6N
931931
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
932932
github.com/creack/pty v1.1.19 h1:tUN6H7LWqNx4hQVxomd0CVsDwaDr9gaRQaI4GpSmrsA=
933933
github.com/creack/pty v1.1.19/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
934-
github.com/crossplane-contrib/xp-testing v1.8.0 h1:kJ8GNun+Cng5TSLwRqTBjqwf696pTU46xbBiYMj4Z7E=
935-
github.com/crossplane-contrib/xp-testing v1.8.0/go.mod h1:RXLtkDwvydSniXZ306P1wUArzKP11kq6+hQHezAeniU=
934+
github.com/crossplane-contrib/xp-testing v1.9.0 h1:hl5e6J6+FDUaGP/e/wfE3XdqsPVuHhZK162wHcRUeO8=
935+
github.com/crossplane-contrib/xp-testing v1.9.0/go.mod h1:m0LRN/advg63QJ1AjbXZtSEJifOmjqt8JHnkZTXZu4Q=
936936
github.com/crossplane/crossplane v1.20.3 h1:86OuqXKTE1Dw2/UVXrDxUIJ/bQzNuBHgEKEg9NjbocY=
937937
github.com/crossplane/crossplane v1.20.3/go.mod h1:6kYAui5DxXMBybSCcwPx/kVq8JP/hc1HB2yMi0ES9ag=
938938
github.com/crossplane/crossplane-runtime v1.20.0 h1:I54uipRIecqZyms+vz1J/l62yjVQ7HV5w+Nh3RMrUtc=
@@ -1938,8 +1938,8 @@ golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
19381938
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
19391939
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
19401940
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
1941-
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
1942-
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
1941+
golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk=
1942+
golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc=
19431943
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
19441944
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
19451945
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=

0 commit comments

Comments
 (0)