Skip to content

Commit e811ef7

Browse files
authored
Bump getocprange to support OCP 4.19 (#509)
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 111669f commit e811ef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/helm/chart-testing/v3 v3.10.1
1111
github.com/mitchellh/go-homedir v1.1.0
1212
github.com/mitchellh/hashstructure/v2 v2.0.2
13-
github.com/opdev/getocprange v0.0.0-20250225145951-42123ecb365d
13+
github.com/opdev/getocprange v0.0.0-20250618141305-3f219f95408b
1414
github.com/spf13/cobra v1.9.1
1515
github.com/spf13/viper v1.20.1
1616
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA
327327
github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To=
328328
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
329329
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
330-
github.com/opdev/getocprange v0.0.0-20250225145951-42123ecb365d h1:LLIosRugJzaZYb9Lz1aOORqM3wR8ayElhoBJEpa7JQM=
331-
github.com/opdev/getocprange v0.0.0-20250225145951-42123ecb365d/go.mod h1:pmYkCiPYJy7jz7BKyP527lEPLu+8q09j93I7RpOeod8=
330+
github.com/opdev/getocprange v0.0.0-20250618141305-3f219f95408b h1:d8NjHeUTWWuGij8Ku9h0uJ8H+QBpGQ5LS03FAqa+/5M=
331+
github.com/opdev/getocprange v0.0.0-20250618141305-3f219f95408b/go.mod h1:pmYkCiPYJy7jz7BKyP527lEPLu+8q09j93I7RpOeod8=
332332
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
333333
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
334334
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=

0 commit comments

Comments
 (0)