Skip to content

Commit 454a6fe

Browse files
committed
Bump go
Signed-off-by: Carvel Bot <svc.bot.carvel@vmware.com>
1 parent 899576a commit 454a6fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
module carvel.dev/imgpkg
22

3-
go 1.26.3
3+
go 1.27.0
44

55
require (
66
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.12.0
77
github.com/cheggaaa/pb/v3 v3.1.7
88
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08
99
github.com/cppforlife/cobrautil v0.0.0-20221021151949-d60711905d65
1010
github.com/cppforlife/go-cli-ui v0.0.0-20220425131040-94f26b16bc14
11-
github.com/fatih/color v1.18.0 // indirect
1211
github.com/google/go-containerregistry v0.20.6
1312
github.com/mattn/go-isatty v0.0.20
1413
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.2
@@ -55,6 +54,7 @@ require (
5554
github.com/docker/cli v29.2.0+incompatible // indirect
5655
github.com/docker/distribution v2.8.3+incompatible // indirect
5756
github.com/docker/docker-credential-helpers v0.9.5 // indirect
57+
github.com/fatih/color v1.18.0 // indirect
5858
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
5959
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6060
github.com/klauspost/compress v1.18.0 // indirect

0 commit comments

Comments
 (0)