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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/jbrukh/bayesian v1.1.0
github.com/manifoldco/promptui v0.9.0
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251105220536-241c4a079fc8
github.com/open-policy-agent/gatekeeper/v3 v3.21.0
github.com/open-policy-agent/gatekeeper/v3 v3.21.1
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=
github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k=
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251105220536-241c4a079fc8 h1:vb+BOrLjcuBfmULbcnHG3rWSbivfN4J3gMVIgLDnHwE=
github.com/open-policy-agent/frameworks/constraint v0.0.0-20251105220536-241c4a079fc8/go.mod h1:xe7Oq8yotFEBBx9dmlFQtlJamC7ULIwd8bUimWrnjlQ=
github.com/open-policy-agent/gatekeeper/v3 v3.21.0 h1:7wabOimrGePRD7mbTsJMf/9b8zOYAFtV4c83d50tuGw=
github.com/open-policy-agent/gatekeeper/v3 v3.21.0/go.mod h1:yNXvacj8SVrhPiQSosM/lmh0VW7JfqwRuVBGYcTsBk8=
github.com/open-policy-agent/gatekeeper/v3 v3.21.1 h1:7ogFlUu5tfINBlyU8l7tTMzM2snwXeDsPzNKyAXYHYw=
github.com/open-policy-agent/gatekeeper/v3 v3.21.1/go.mod h1:iBh2B5qpsJ1xl+8K+KAFnuFgYxdwbaPE9hSgKamCW1g=
github.com/open-policy-agent/opa v1.12.1 h1:MWfmXuXB119O7rSOJ5GdKAaW15yBirjnLkFRBGy0EX0=
github.com/open-policy-agent/opa v1.12.1/go.mod h1:RnDgm04GA1RjEXJvrsG9uNT/+FyBNmozcPvA2qz60M4=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down
Loading