Skip to content

Commit

Permalink
ROX-22019: Set correct stackrox dependency with protobuf V2 (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodor authored Jul 23, 2024
1 parent 9da484b commit 8dc1b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ replace (
github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2

github.com/operator-framework/helm-operator-plugins => github.com/stackrox/helm-operator v0.0.12-0.20230825152000-1361e2f7db46
github.com/stackrox/rox => github.com/stackrox/stackrox v0.0.0-20240711164643-43f1b56f2130
github.com/stackrox/rox => github.com/stackrox/stackrox v0.0.0-20240723082904-cdfb007fd7e9

go.uber.org/zap => github.com/stackrox/zap v1.18.2-0.20240314134248-5f932edd0404
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ github.com/stackrox/k8s-cves v0.0.0-20220818200547-7d0d1420c58d h1:88Iui7fSMKgXv
github.com/stackrox/k8s-cves v0.0.0-20220818200547-7d0d1420c58d/go.mod h1:GJwFpFwCxiYhgpJWrAkM+v9Z9gpgtyWxkRdK4JjsOIg=
github.com/stackrox/nvdtools v0.0.0-20231111002313-57e262e4797e h1:hLHHK1pGLpRvEbER2cJZekLeMnL+nMn3C37CVUhameM=
github.com/stackrox/nvdtools v0.0.0-20231111002313-57e262e4797e/go.mod h1:Kh55SAWnjckS96TBSrXI99KrEKH4iB0OJby3N8GRJO4=
github.com/stackrox/stackrox v0.0.0-20240711164643-43f1b56f2130 h1:AEmmKrubdknPhQ6ZQrWup6GGP8CpBvKLIcnyCQw9+5g=
github.com/stackrox/stackrox v0.0.0-20240711164643-43f1b56f2130/go.mod h1:TzU1Ru8u6TQMiwpwysCrCvRXioFJ88g7lcPkPd9+KKw=
github.com/stackrox/stackrox v0.0.0-20240723082904-cdfb007fd7e9 h1:nrd8a7lYFnNlI4EU0ViRz9L/uQTskemvnToWk8EAtMk=
github.com/stackrox/stackrox v0.0.0-20240723082904-cdfb007fd7e9/go.mod h1:ZjccgKWujPqHIgOu+JfRjDIiYKrU9mMdLpC6c9WPJQ0=
github.com/stackrox/zap v1.18.2-0.20240314134248-5f932edd0404 h1:j2qhsZjUBpN4yaqEGkNrATdw3fE3vgMrVOhd44cUJDY=
github.com/stackrox/zap v1.18.2-0.20240314134248-5f932edd0404/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 8dc1b5f

Please sign in to comment.