diff --git a/go.mod b/go.mod index 9da9c7e..ce0f660 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/crossplane/crossplane-runtime v1.16.0 github.com/gorilla/mux v1.8.1 github.com/pivotal-cf/brokerapi/v8 v8.2.3 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/vshn/crossplane-service-broker v0.12.3 k8s.io/api v0.31.1 k8s.io/client-go v0.31.1 diff --git a/go.sum b/go.sum index d6a7f3a..f490531 100644 --- a/go.sum +++ b/go.sum @@ -673,20 +673,14 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tetratelabs/wazero v1.8.1 h1:NrcgVbWfkWvVc4UtT4LRLDf91PsOzDzefMdwhLfA550= github.com/tetratelabs/wazero v1.8.1/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs= github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8= github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/vbatts/tar-split v0.11.6 h1:4SjTW5+PU11n6fZenf2IPoV8/tz3AaYHMWjf23envGs= github.com/vbatts/tar-split v0.11.6/go.mod h1:dqKNtesIOr2j2Qv3W/cHjnvk9I8+G7oAkFDFN6TCBEI= -github.com/vshn/crossplane-service-broker v0.12.2 h1:/31W6CIycuT8jGtu6XVhoB7A8oD39XLCgJnFUAlD8Go= -github.com/vshn/crossplane-service-broker v0.12.2/go.mod h1:1r/pU6KmmM8zsA8qKnGR/nBOrKbsKPbHcip3R3XdIqo= -github.com/vshn/crossplane-service-broker v0.12.3-0.20241113161407-3dc19fd8df51 h1:vN5EYzZPcdG35+LijojIpbVU/O8mGIBRuBfESEGDWcg= -github.com/vshn/crossplane-service-broker v0.12.3-0.20241113161407-3dc19fd8df51/go.mod h1:1r/pU6KmmM8zsA8qKnGR/nBOrKbsKPbHcip3R3XdIqo= -github.com/vshn/crossplane-service-broker v0.12.3-0.20241113181647-3300f59e0002 h1:/ex501vIzZUDGNKu89S/ImqaFmVvm6zHkUwyOBIbCPQ= -github.com/vshn/crossplane-service-broker v0.12.3-0.20241113181647-3300f59e0002/go.mod h1:1r/pU6KmmM8zsA8qKnGR/nBOrKbsKPbHcip3R3XdIqo= github.com/vshn/crossplane-service-broker v0.12.3 h1:Z7/lzA2mpM4TMGuicx+0UXBhx6B3DU+d5mvaClDIU48= github.com/vshn/crossplane-service-broker v0.12.3/go.mod h1:1r/pU6KmmM8zsA8qKnGR/nBOrKbsKPbHcip3R3XdIqo= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=