Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump imgpkg v0.33.9 in v0.32.x line #334

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
github.com/vmware-tanzu/carvel-imgpkg v0.33.8
github.com/vmware-tanzu/carvel-imgpkg v0.33.9
golang.org/x/crypto v0.14.0
golang.org/x/oauth2 v0.6.0
golang.org/x/tools v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ github.com/vbatts/tar-split v0.11.2 h1:Via6XqJr0hceW4wff3QRzD5gAk/tatMw/4ZA7cTlI
github.com/vbatts/tar-split v0.11.2/go.mod h1:vV3ZuO2yWSVsz+pfFzDG/upWH1JhjOiEaWq6kXyQ3VI=
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.33.8 h1:+XMEiJmyCrUWW8VAGKpavfvLhOhzYPp2tUVur4LmFHY=
github.com/vmware-tanzu/carvel-imgpkg v0.33.8/go.mod h1:ojdAv8DSDpedhotEX+7adYsEmbj8IXil9cBHntRLrJ4=
github.com/vmware-tanzu/carvel-imgpkg v0.33.9 h1:IXtbJuU/zkj/u5tl3dG471VYtEESQLLmyfVXygBqUoM=
github.com/vmware-tanzu/carvel-imgpkg v0.33.9/go.mod h1:ojdAv8DSDpedhotEX+7adYsEmbj8IXil9cBHntRLrJ4=
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.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ 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.33.8
# github.com/vmware-tanzu/carvel-imgpkg v0.33.9
## explicit; go 1.20
github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/bundle
github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/image
Expand Down
Loading