Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump getocprange to support OCP 4.15 #425

Merged
merged 1 commit into from
Feb 28, 2024
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 @@ -10,7 +10,7 @@ require (
github.com/helm/chart-testing/v3 v3.10.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/opdev/getocprange v0.0.0-20231031173140-882ebb7cdd9f
github.com/opdev/getocprange v0.0.0-20240228193433-99fbb77dab72
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ github.com/onsi/ginkgo/v2 v2.12.1 h1:uHNEO1RP2SpuZApSkel9nEh1/Mu+hmQe7Q+Pepg5OYA
github.com/onsi/ginkgo/v2 v2.12.1/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/opdev/getocprange v0.0.0-20231031173140-882ebb7cdd9f h1:VwALkWr7/OoA4MbxMPQPQwE0JBO6ut8C+k+VIEeNOTg=
github.com/opdev/getocprange v0.0.0-20231031173140-882ebb7cdd9f/go.mod h1:nrPxbWboYR9exkxRTtQ//+5Ocl/9uVjeUbrGvfOVQdk=
github.com/opdev/getocprange v0.0.0-20240228193433-99fbb77dab72 h1:LfKXumGXMyjoFWKb6zf3xnLr4SLMBfAR2/uW0aaT+oM=
github.com/opdev/getocprange v0.0.0-20240228193433-99fbb77dab72/go.mod h1:nrPxbWboYR9exkxRTtQ//+5Ocl/9uVjeUbrGvfOVQdk=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0-rc5 h1:Ygwkfw9bpDvs+c9E34SdgGOj41dX/cbdlwvlWt0pnFI=
Expand Down
Loading