Skip to content

Commit 15c3d4d

Browse files
authored
Merge pull request #5 from hostwithquantum/dependabot/go_modules/go-modules-b0b200fa25
Chore(deps): bump github.com/paketo-buildpacks/packit/v2 from 2.16.0 to 2.19.0 in the go-modules group
2 parents 7feadb3 + 9871217 commit 15c3d4d

File tree

2 files changed

+29
-3132
lines changed

2 files changed

+29
-3132
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/hostwithquantum/static-buildpack
22

33
go 1.24.1
44

5-
require github.com/paketo-buildpacks/packit/v2 v2.16.0
5+
require github.com/paketo-buildpacks/packit/v2 v2.19.0
66

77
require (
88
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -11,11 +11,11 @@ require (
1111
)
1212

1313
require (
14-
github.com/BurntSushi/toml v1.4.0 // indirect
15-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
16-
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
14+
github.com/BurntSushi/toml v1.5.0 // indirect
15+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
16+
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
1717
github.com/pelletier/go-toml v1.9.5 // indirect
1818
github.com/stretchr/testify v1.10.0
1919
github.com/ulikunitz/xz v0.5.12 // indirect
20-
golang.org/x/net v0.30.0 // indirect
20+
golang.org/x/net v0.39.0 // indirect
2121
)

0 commit comments

Comments
 (0)