Skip to content

Commit cc2d756

Browse files
author
Forest Eckhardt
committed
Updates packit
1 parent c6cc272 commit cc2d756

2 files changed

Lines changed: 60 additions & 14 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.21
55
toolchain go1.22.4
66

77
require (
8-
github.com/BurntSushi/toml v1.3.2
9-
github.com/onsi/gomega v1.30.0
8+
github.com/BurntSushi/toml v1.4.0
9+
github.com/onsi/gomega v1.33.1
1010
github.com/paketo-buildpacks/occam v0.18.0
11-
github.com/paketo-buildpacks/packit/v2 v2.12.0
11+
github.com/paketo-buildpacks/packit/v2 v2.14.0
1212
github.com/sclevine/spec v1.4.0
1313
)
1414

@@ -127,7 +127,7 @@ require (
127127
github.com/therootcompany/xz v1.0.1 // indirect
128128
github.com/tklauser/go-sysconf v0.3.13 // indirect
129129
github.com/tklauser/numcpus v0.7.0 // indirect
130-
github.com/ulikunitz/xz v0.5.11 // indirect
130+
github.com/ulikunitz/xz v0.5.12 // indirect
131131
github.com/vbatts/go-mtree v0.5.3 // indirect
132132
github.com/vbatts/tar-split v0.11.5 // indirect
133133
github.com/vifraa/gopom v0.2.1 // indirect

0 commit comments

Comments
 (0)