Skip to content

Commit

Permalink
Merge pull request #481 from carvel-dev/bump-carvel-dep-37.x
Browse files Browse the repository at this point in the history
Bump imgpkg to v0.37.10 and vendir to v0.34.11 in 37.x line
  • Loading branch information
sethiyash authored Apr 17, 2024
2 parents 0ab0f88 + bf73f88 commit 82c16c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/kisielk/errcheck v1.6.3
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/vmware-tanzu/carvel-imgpkg v0.37.9
github.com/vmware-tanzu/carvel-vendir v0.34.10
github.com/vmware-tanzu/carvel-imgpkg v0.37.10
github.com/vmware-tanzu/carvel-vendir v0.34.11
golang.org/x/sync v0.3.0
k8s.io/apimachinery v0.28.1
sigs.k8s.io/yaml v1.3.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ github.com/vbatts/tar-split v0.11.3 h1:hLFqsOLQ1SsppQNTMpkpPXClLDfC2A3Zgy9OUU+RV
github.com/vbatts/tar-split v0.11.3/go.mod h1:9QlHN18E+fEH7RdG+QAJJcuya3rqT7eXSTY7wGrAokY=
github.com/vito/go-interact v1.0.1 h1:O8xi8c93bRUv2Tb/v6HdiuGc+WnWt+AQzF74MOOdlBs=
github.com/vito/go-interact v1.0.1/go.mod h1:HrdHSJXD2yn1MhlTwSIMeFgQ5WftiIorszVGd3S/DAA=
github.com/vmware-tanzu/carvel-imgpkg v0.37.9 h1:XxLNBZ06rI74p4rksHTCkHXyRNIqZhcySTHFUikSl4I=
github.com/vmware-tanzu/carvel-imgpkg v0.37.9/go.mod h1:Lzr4hzEkVBO3ks/6UyilNesXg5VsrhCf6rw94xd8KCQ=
github.com/vmware-tanzu/carvel-vendir v0.34.10 h1:SIcs11Xr5jDu7FEMAUKpc5vFBQQEQp790GHp0nhFX+I=
github.com/vmware-tanzu/carvel-vendir v0.34.10/go.mod h1:jUOvw44NCSxkvopJMpwKqNK5AqhmU1daYRpYZaDSKnc=
github.com/vmware-tanzu/carvel-imgpkg v0.37.10 h1:rQtmZk5bbUw6zEI7x3DNcgD46mbmB5MajF8pJ5oFrQQ=
github.com/vmware-tanzu/carvel-imgpkg v0.37.10/go.mod h1:9k5xaHNkRQx5a5ktx327eEQXsyq/zZSxvV8/wbwjmyo=
github.com/vmware-tanzu/carvel-vendir v0.34.11 h1:+qdmKjAzTFiH1slYmz9nH+I0l5AwjK+HpD3ifEIvNXE=
github.com/vmware-tanzu/carvel-vendir v0.34.11/go.mod h1:80Yk7kaefax5lFxQFdY7AicDbyS25FLdo8obwV2Xvgw=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down
8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ github.com/vbatts/tar-split/archive/tar
# github.com/vito/go-interact v1.0.1
## explicit; go 1.12
github.com/vito/go-interact/interact
# github.com/vmware-tanzu/carvel-imgpkg v0.37.9
## explicit; go 1.20
# github.com/vmware-tanzu/carvel-imgpkg v0.37.10
## explicit; go 1.22
github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/lockconfig
# github.com/vmware-tanzu/carvel-vendir v0.34.10
## explicit; go 1.20
# github.com/vmware-tanzu/carvel-vendir v0.34.11
## explicit; go 1.22
github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions
github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions/v1alpha1
# golang.org/x/mod v0.12.0
Expand Down

0 comments on commit 82c16c2

Please sign in to comment.