Skip to content

Commit

Permalink
Update getocprange for 4.16 support
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Jun 27, 2024
1 parent f0160d2 commit d944aec
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 @@ -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-20240228193433-99fbb77dab72
github.com/opdev/getocprange v0.0.0-20240627190944-e089b02005a4
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ github.com/onsi/ginkgo/v2 v2.13.0 h1:0jY9lJquiL8fcf3M4LAXN5aMlS/b2BV86HFFPCPMgE4
github.com/onsi/ginkgo/v2 v2.13.0/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o=
github.com/onsi/gomega v1.29.0 h1:KIA/t2t5UBzoirT4H9tsML45GEbo3ouUnBHsCfD2tVg=
github.com/onsi/gomega v1.29.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
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/opdev/getocprange v0.0.0-20240627190944-e089b02005a4 h1:hOHE3blI9HoQbqzqsNnjivak2gS/Y5uUWNHdjhY2eHc=
github.com/opdev/getocprange v0.0.0-20240627190944-e089b02005a4/go.mod h1:pmYkCiPYJy7jz7BKyP527lEPLu+8q09j93I7RpOeod8=
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

0 comments on commit d944aec

Please sign in to comment.