Skip to content

Commit

Permalink
Fixing CVE
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Aggarwal <[email protected]>
  • Loading branch information
rohitagg2020 committed Sep 3, 2024
1 parent 1ccbd25 commit 714974d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module carvel.dev/vendir
go 1.22.5

require (
carvel.dev/imgpkg v0.43.0
carvel.dev/imgpkg v0.43.1
github.com/bmatcuk/doublestar v1.2.1
github.com/carvel-dev/semver/v4 v4.0.1-0.20240402203627-beb83fbf25e4
github.com/cppforlife/cobrautil v0.0.0-20221021151949-d60711905d65
Expand Down Expand Up @@ -60,9 +60,9 @@ require (
github.com/cppforlife/color v1.9.1-0.20200716202919-6706ac40b835 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dimchansky/utfbom v1.1.0 // indirect
github.com/docker/cli v25.0.5+incompatible // indirect
github.com/docker/cli v25.0.6+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v25.0.5+incompatible // indirect
github.com/docker/docker v25.0.6+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
github.com/fatih/color v1.15.0 // indirect
Expand Down

0 comments on commit 714974d

Please sign in to comment.