diff --git a/go.mod b/go.mod index 2ba4370..c8459e4 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/bank-vaults/vault-sdk v0.9.4 github.com/fsnotify/fsnotify v1.7.0 github.com/google/go-cmp v0.6.0 - github.com/google/go-containerregistry v0.19.2 + github.com/google/go-containerregistry v0.20.0 github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20240516212454-39d1148136d6 github.com/hashicorp/vault/api v1.14.0 github.com/patrickmn/go-cache v2.1.0+incompatible diff --git a/go.sum b/go.sum index bee20f8..2a35ece 100644 --- a/go.sum +++ b/go.sum @@ -224,8 +224,8 @@ github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-containerregistry v0.19.2 h1:TannFKE1QSajsP6hPWb5oJNgKe1IKjHukIKDUmvsV6w= -github.com/google/go-containerregistry v0.19.2/go.mod h1:YCMFNQeeXeLF+dnhhWkqDItx/JSkH01j1Kis4PsjzFI= +github.com/google/go-containerregistry v0.20.0 h1:wRqHpOeVh3DnenOrPy9xDOLdnLatiGuuNRVelR2gSbg= +github.com/google/go-containerregistry v0.20.0/go.mod h1:YCMFNQeeXeLF+dnhhWkqDItx/JSkH01j1Kis4PsjzFI= github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20240516212454-39d1148136d6 h1:QyrWZ36GLnhocGZ7baEwvmhS8A3E2w+5ZTzRkVKIEAU= github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20240516212454-39d1148136d6/go.mod h1:5UXYZJNyCPf2YD+6J76geTiLAXA8fJbDy7mGQa5m5Vc= github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20240516212454-39d1148136d6 h1:xtVnV3YMuNkqzLFw2fKbz05ltylxmwORE6GWOZ1JC9Q=