Skip to content

Commit f3e483f

Browse files
Merge pull request #545 from devanshuVmware/fix-cve-bump-go
Bump golang, imgpkgs and vendir versions
2 parents 6be9dcf + db911bd commit f3e483f

10 files changed

Lines changed: 414 additions & 42 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module carvel.dev/kbld
22

3-
go 1.23.7
3+
go 1.23.8
44

55
require (
6-
carvel.dev/imgpkg v0.45.0
7-
carvel.dev/vendir v0.43.2
6+
carvel.dev/imgpkg v0.46.1
7+
carvel.dev/vendir v0.44.0
88
github.com/cppforlife/cobrautil v0.0.0-20221021151949-d60711905d65
99
github.com/cppforlife/go-cli-ui v0.0.0-20220428182907-73db60c7611a
1010
github.com/google/go-containerregistry v0.20.3
@@ -48,7 +48,7 @@ require (
4848
github.com/x448/float16 v0.8.4 // indirect
4949
golang.org/x/mod v0.22.0 // indirect
5050
golang.org/x/net v0.38.0 // indirect
51-
golang.org/x/sys v0.31.0 // indirect
51+
golang.org/x/sys v0.32.0 // indirect
5252
golang.org/x/term v0.30.0 // indirect
5353
golang.org/x/text v0.23.0 // indirect
5454
golang.org/x/tools v0.29.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
carvel.dev/imgpkg v0.45.0 h1:HlSB2EJz8GnFGx25pkXH4jbtOWx/sHB1fX0XaA2dh8o=
2-
carvel.dev/imgpkg v0.45.0/go.mod h1:8ZDJPu4/XaHVZm7u7XBe4IdG3LTYjGDbkVCqvHILyGM=
3-
carvel.dev/vendir v0.43.2 h1:aNLR+bPyPAicSDX+EQ58BB2H32s2sZs/40V/QLu4/VA=
4-
carvel.dev/vendir v0.43.2/go.mod h1:eI3EsFa0GTzX4RKTQel+ghV2lf2x7EgbHO0PXaO69sc=
1+
carvel.dev/imgpkg v0.46.1 h1:UOYaPllQJRsbzSl61IiNvmDZA5z4951i/KaSROAC1W0=
2+
carvel.dev/imgpkg v0.46.1/go.mod h1:Q1E+7tpoiPbVNjb7HSmLZP7E1j0w6mWFzDarOXW1HiI=
3+
carvel.dev/vendir v0.44.0 h1:vfq5KgGbbLlxHrE0prY7gZgiEQpjwo4lS2akCaVkcxA=
4+
carvel.dev/vendir v0.44.0/go.mod h1:gslrJ0HPiy8gtJYsQZHzIVuGfOG0nfDKDupEm7uBWVQ=
55
github.com/carvel-dev/semver/v4 v4.0.1-0.20240402203627-beb83fbf25e4 h1:F4rZiMGZyC66j9VB7doVOE4tFHF1yNEihQlOuht4jmM=
66
github.com/carvel-dev/semver/v4 v4.0.1-0.20240402203627-beb83fbf25e4/go.mod h1:4cFTBLAr/U11ykiEEQMccu4uJ1i0GS+atJmeETHCFtI=
77
github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8=
@@ -158,8 +158,8 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w
158158
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
159159
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
160160
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
161-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
162-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
161+
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
162+
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
163163
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
164164
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
165165
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=

vendor/golang.org/x/sys/unix/syscall_darwin.go

Lines changed: 148 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/unix/syscall_linux.go

Lines changed: 16 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)