File tree Expand file tree Collapse file tree 2 files changed +29
-3132
lines changed Expand file tree Collapse file tree 2 files changed +29
-3132
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/hostwithquantum/static-buildpack
22
33go 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
77require (
88 github.com/davecgh/go-spew v1.1.1 // indirect
@@ -11,11 +11,11 @@ require (
1111)
1212
1313require (
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)
You can’t perform that action at this time.
0 commit comments