Skip to content

Commit

Permalink
Merge pull request #385 from carvel-dev/bump-lib
Browse files Browse the repository at this point in the history
Bumped imgpkg and vendir to latest version
  • Loading branch information
kumaritanushree authored Jun 13, 2023
2 parents 28166fd + 63e87e6 commit 1207b00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.1
github.com/vmware-tanzu/carvel-vendir v0.34.0
github.com/vmware-tanzu/carvel-imgpkg v0.37.2
github.com/vmware-tanzu/carvel-vendir v0.34.3
golang.org/x/sync v0.2.0
k8s.io/apimachinery v0.27.2
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 @@ -123,10 +123,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.1 h1:iWlU85yX8oFEfl4UXm4hHh6v62v8zuChrIqfJ6KqQ2k=
github.com/vmware-tanzu/carvel-imgpkg v0.37.1/go.mod h1:ImU4bXbFMXa+FTuB72hkn3EfVkD0TVDrHy0HL83laMM=
github.com/vmware-tanzu/carvel-vendir v0.34.0 h1:onmcZ5P6raJ2XWLW6Jj9n9vobXykugrhQNM5BN1oIYM=
github.com/vmware-tanzu/carvel-vendir v0.34.0/go.mod h1:n15yC4CY4n1rb52rJv4upMUzelDZPr1ohGyxddh5BL0=
github.com/vmware-tanzu/carvel-imgpkg v0.37.2 h1:yGL38LG3+gue9kR3Zt4/3hEXPYtUPfAw4xgouRc8yTw=
github.com/vmware-tanzu/carvel-imgpkg v0.37.2/go.mod h1:ImU4bXbFMXa+FTuB72hkn3EfVkD0TVDrHy0HL83laMM=
github.com/vmware-tanzu/carvel-vendir v0.34.3 h1:l3w1fq1txvk4PIaoyNlS5oxHMzWXdiSiJHMUJ/w1S9A=
github.com/vmware-tanzu/carvel-vendir v0.34.3/go.mod h1:n3mFqV6UrLCwDy1S5Wr73XIbolTYfY+NOBqxC1ihjRk=
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
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ 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.1
# github.com/vmware-tanzu/carvel-imgpkg v0.37.2
## explicit; go 1.20
github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/lockconfig
# github.com/vmware-tanzu/carvel-vendir v0.34.0
# github.com/vmware-tanzu/carvel-vendir v0.34.3
## explicit; go 1.20
github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions
github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions/v1alpha1
Expand Down

0 comments on commit 1207b00

Please sign in to comment.