diff --git a/go.mod b/go.mod index 1d04d5980..979baf92c 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect github.com/prometheus/client_golang v1.12.2 github.com/stretchr/testify v1.8.1 - github.com/vmware-tanzu/carvel-vendir v0.30.0 + github.com/vmware-tanzu/carvel-vendir v0.30.1 golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 golang.org/x/text v0.4.0 // indirect golang.org/x/tools v0.1.12 diff --git a/go.sum b/go.sum index 836af1414..1d5b33f92 100644 --- a/go.sum +++ b/go.sum @@ -474,8 +474,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 h1:uruHq4 github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec h1:Klu98tQ9Z1t23gvC7p7sCmvxkZxLhBHLNyrUPsWsYFg= github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec/go.mod h1:wPlfmglZmRWMYv/qJy3P+fK/UnoQB5ISk4txfNd9tDo= -github.com/vmware-tanzu/carvel-vendir v0.30.0 h1:JqElRFpSsYJQmI5Hrxl1Fx9wJZ2xeDk+TVnnSrFLFVU= -github.com/vmware-tanzu/carvel-vendir v0.30.0/go.mod h1:qFV2/3Cu584fhG2wXodoIm8KhX1wKHRFavBiRjK/Ly0= +github.com/vmware-tanzu/carvel-vendir v0.30.1 h1:MHcrz6xZVBu0hOW7DJ5ea7894LG5JsUlb8JbTN/65RI= +github.com/vmware-tanzu/carvel-vendir v0.30.1/go.mod h1:bwyrhBVq7nCDQwO1tuAEKOc7OCjEZrj9hXCYlibo+u8= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= diff --git a/vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/config/data.go b/vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/config/data.go index 36952e3e6..58a50ba55 100644 --- a/vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/config/data.go +++ b/vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/config/data.go @@ -32,7 +32,7 @@ type Secret struct { Data map[string][]byte } -// nolint:golint +// nolint:revive type ConfigMap struct { APIVersion string Kind string diff --git a/vendor/modules.txt b/vendor/modules.txt index 75c663494..4fd564d21 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -233,8 +233,8 @@ github.com/stretchr/testify/require ## explicit github.com/vito/go-interact/interact github.com/vito/go-interact/interact/terminal -# github.com/vmware-tanzu/carvel-vendir v0.30.0 -## explicit; go 1.18 +# github.com/vmware-tanzu/carvel-vendir v0.30.1 +## explicit; go 1.19 github.com/vmware-tanzu/carvel-vendir/pkg/vendir/config github.com/vmware-tanzu/carvel-vendir/pkg/vendir/version github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions