diff --git a/go.mod b/go.mod index f8f52fe..f471d9c 100644 --- a/go.mod +++ b/go.mod @@ -50,5 +50,5 @@ replace ( github.com/heroku/docker-registry-client => github.com/stackrox/docker-registry-client v0.2.1 github.com/operator-framework/helm-operator-plugins => github.com/stackrox/helm-operator v0.8.1-0.20250929095149-d1ee3c386305 - github.com/stackrox/rox => github.com/stackrox/stackrox v0.0.0-20260319014210-a083ce72f963 + github.com/stackrox/rox => github.com/stackrox/stackrox v0.0.0-20260320125423-19e54602f273 ) diff --git a/go.sum b/go.sum index 6cc70a3..4399d66 100644 --- a/go.sum +++ b/go.sum @@ -62,8 +62,8 @@ github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU= github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY= github.com/stackrox/scanner v0.0.0-20240830165150-d133ba942d59 h1:XrOPpgBpAnwTXGbyAYSOongfFeVJJBWPTdWEgYw+Uck= github.com/stackrox/scanner v0.0.0-20240830165150-d133ba942d59/go.mod h1:xVs4A0Vur2djLSTZYtIj/5hgUORT1t405Fg0RX4/1kA= -github.com/stackrox/stackrox v0.0.0-20260319014210-a083ce72f963 h1:UAFDr3hj5khtiSWcSRT9mOTzFBvowID0XWX3F3wZhVs= -github.com/stackrox/stackrox v0.0.0-20260319014210-a083ce72f963/go.mod h1:tTePSNbfRGdCX7e069Y9PvmOMg+fnwhfPNk7ywa4uDQ= +github.com/stackrox/stackrox v0.0.0-20260320125423-19e54602f273 h1:wXb67EB1WITZUsrGZWebtVdRIP+KLGHbws9Ah5RjC1o= +github.com/stackrox/stackrox v0.0.0-20260320125423-19e54602f273/go.mod h1:FmCjIG7j+0ImAMyR5NdkcwAHAVviJe+p9AaXJMq5o3U= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=