diff --git a/go.mod b/go.mod index 9a2afd9d..9daae624 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,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-20240627190944-e089b02005a4 + github.com/opdev/getocprange v0.0.0-20241002143938-e4e513cc47ca github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index 31f4e483..b3e0dbc6 100644 --- a/go.sum +++ b/go.sum @@ -334,6 +334,8 @@ 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-20240627190944-e089b02005a4 h1:hOHE3blI9HoQbqzqsNnjivak2gS/Y5uUWNHdjhY2eHc= github.com/opdev/getocprange v0.0.0-20240627190944-e089b02005a4/go.mod h1:pmYkCiPYJy7jz7BKyP527lEPLu+8q09j93I7RpOeod8= +github.com/opdev/getocprange v0.0.0-20241002143938-e4e513cc47ca h1:HJTo/LGfSDiY2wWHwb+0URR05nJLJkxE/hfKX22aMjY= +github.com/opdev/getocprange v0.0.0-20241002143938-e4e513cc47ca/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 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=