Skip to content

Commit 466f98f

Browse files
committed
Bump pack version in tools
Pull in the latest pack in tools Signed-off-by: Aidan Delaney <[email protected]>
1 parent dbf6b33 commit 466f98f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tools/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/bep/debounce v1.2.1 // indirect
1313
github.com/bep/gitmap v1.3.0 // indirect
1414
github.com/buildpacks/lifecycle v0.14.1 // indirect
15-
github.com/buildpacks/pack v0.26.0
15+
github.com/buildpacks/pack v0.27.0
1616
github.com/clbanning/mxj/v2 v2.5.6 // indirect
1717
github.com/containerd/cgroups v1.0.4 // indirect
1818
github.com/containerd/containerd v1.6.6 // indirect
@@ -32,6 +32,7 @@ require (
3232
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
3333
github.com/rivo/tview v0.0.0-20220610163003-691f46d6f500 // indirect
3434
github.com/spf13/cobra v1.4.0
35+
github.com/spf13/viper v1.10.0 // indirect
3536
github.com/tdewolff/minify/v2 v2.11.9 // indirect
3637
github.com/tdewolff/parse/v2 v2.6.0 // indirect
3738
gocloud.dev v0.25.0 // indirect

tools/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ github.com/buildpacks/lifecycle v0.14.1 h1:CkMsUbotZvru+VOTn08BWPbJRZnAx6Xx2yQYo
450450
github.com/buildpacks/lifecycle v0.14.1/go.mod h1:l8p/hrNzwq1Dr9JEblxC8ZHOLhJPCBFOPCwyo0Z66/Y=
451451
github.com/buildpacks/pack v0.26.0 h1:R0yPwTz58MfcqYSA0B2Q8ksOhp2Rz5kE/hO2BVys2y4=
452452
github.com/buildpacks/pack v0.26.0/go.mod h1:6y/OxdE5ewaBuazvO4FKHvs2wEjA6DKI6e00WwZBuwM=
453+
github.com/buildpacks/pack v0.27.0 h1:diMvn/aR0wbfs0ke7DOBtrkFzJqDw+moJPTWLdUTuhE=
454+
github.com/buildpacks/pack v0.27.0/go.mod h1:ifPVxBoY2EKbSrA8Hkyy0YFfSGCzyYnzlyjrLsxxAIY=
453455
github.com/butuzov/ireturn v0.1.1/go.mod h1:Wh6Zl3IMtTpaIKbmwzqi6olnM9ptYQxxVacMsOEFPoc=
454456
github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
455457
github.com/cenkalti/backoff/v4 v4.1.2/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=

0 commit comments

Comments
 (0)