Skip to content

Commit 3bf66bc

Browse files
dependabot[bot]sgaist
authored andcommitted
chore(deps): bump github.com/golang/snappy from 0.0.4 to 1.0.0
Bumps [github.com/golang/snappy](https://github.com/golang/snappy) from 0.0.4 to 1.0.0. - [Release notes](https://github.com/golang/snappy/releases) - [Commits](golang/snappy@v0.0.4...v1.0.0) --- updated-dependencies: - dependency-name: github.com/golang/snappy dependency-version: 1.0.0 dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 740a737 commit 3bf66bc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ go 1.24.1
44

55
require (
66
github.com/BurntSushi/toml v1.5.0
7+
github.com/ForestEckhardt/freezer v0.1.1
78
github.com/onsi/gomega v1.37.0
89
github.com/paketo-buildpacks/occam v0.25.0
910
github.com/paketo-buildpacks/packit/v2 v2.17.0
11+
github.com/pelletier/go-toml v1.9.5
1012
github.com/sclevine/spec v1.4.0
1113
)
1214

@@ -15,7 +17,6 @@ require (
1517
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
1618
github.com/CycloneDX/cyclonedx-go v0.7.1 // indirect
1719
github.com/DataDog/zstd v1.4.5 // indirect
18-
github.com/ForestEckhardt/freezer v0.1.1 // indirect
1920
github.com/Masterminds/goutils v1.1.1 // indirect
2021
github.com/Masterminds/semver/v3 v3.3.1 // indirect
2122
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
@@ -67,7 +68,7 @@ require (
6768
github.com/gogo/protobuf v1.3.2 // indirect
6869
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6970
github.com/golang/protobuf v1.5.4 // indirect
70-
github.com/golang/snappy v0.0.4 // indirect
71+
github.com/golang/snappy v1.0.0 // indirect
7172
github.com/google/go-cmp v0.7.0 // indirect
7273
github.com/google/go-containerregistry v0.20.2 // indirect
7374
github.com/google/licensecheck v0.3.1 // indirect
@@ -104,7 +105,6 @@ require (
104105
github.com/olekukonko/tablewriter v0.0.5 // indirect
105106
github.com/opencontainers/go-digest v1.0.0 // indirect
106107
github.com/opencontainers/image-spec v1.1.0 // indirect
107-
github.com/pelletier/go-toml v1.9.5 // indirect
108108
github.com/pierrec/lz4/v4 v4.1.15 // indirect
109109
github.com/pjbgf/sha1cd v0.3.0 // indirect
110110
github.com/pkg/errors v0.9.1 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,8 +1147,9 @@ github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8l
11471147
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
11481148
github.com/golang/snappy v0.0.2/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
11491149
github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
1150-
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
11511150
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
1151+
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
1152+
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
11521153
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2/go.mod h1:k9Qvh+8juN+UKMCS/3jFtGICgW8O96FVaZsaxdzDkR4=
11531154
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a/go.mod h1:ryS0uhF+x9jgbj/N71xsEqODy9BN81/GonCZiOzirOk=
11541155
github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8=

0 commit comments

Comments
 (0)