Skip to content

Commit 36bda72

Browse files
fix(deps): update module github.com/pierrec/lz4/v4 to v4.1.22 (#15400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 314bda8 commit 36bda72

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ require (
8080
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
8181
github.com/oschwald/geoip2-golang v1.11.0
8282
// github.com/pierrec/lz4 v2.0.5+incompatible
83-
github.com/pierrec/lz4/v4 v4.1.21
83+
github.com/pierrec/lz4/v4 v4.1.22
8484
github.com/pkg/errors v0.9.1
8585
github.com/prometheus/client_golang v1.20.5
8686
github.com/prometheus/client_model v0.6.1

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,8 +2356,8 @@ github.com/pierrec/lz4 v2.4.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi
23562356
github.com/pierrec/lz4 v2.5.2+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
23572357
github.com/pierrec/lz4 v2.6.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
23582358
github.com/pierrec/lz4/v4 v4.1.15/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
2359-
github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=
2360-
github.com/pierrec/lz4/v4 v4.1.21/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
2359+
github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=
2360+
github.com/pierrec/lz4/v4 v4.1.22/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
23612361
github.com/pires/go-proxyproto v0.7.0 h1:IukmRewDQFWC7kfnb66CSomk2q/seBuilHBYFwyq0Hs=
23622362
github.com/pires/go-proxyproto v0.7.0/go.mod h1:Vz/1JPY/OACxWGQNIRY2BeyDmpoaWmEP40O9LbuiFR4=
23632363
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=

‎vendor/github.com/pierrec/lz4/v4/internal/lz4stream/block.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ github.com/oschwald/geoip2-golang
13291329
# github.com/oschwald/maxminddb-golang v1.13.0
13301330
## explicit; go 1.21
13311331
github.com/oschwald/maxminddb-golang
1332-
# github.com/pierrec/lz4/v4 v4.1.21
1332+
# github.com/pierrec/lz4/v4 v4.1.22
13331333
## explicit; go 1.14
13341334
github.com/pierrec/lz4/v4
13351335
github.com/pierrec/lz4/v4/internal/lz4block

0 commit comments

Comments
 (0)