Skip to content

Commit 0722fb1

Browse files
Bump github.com/golang/snappy from 0.0.4 to 1.0.0 (#896)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2f9200 commit 0722fb1

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/agoda-com/opentelemetry-logs-go v0.6.0
1010
github.com/benbjohnson/clock v1.3.5
1111
github.com/go-kit/kit v0.13.0
12-
github.com/golang/snappy v0.0.4
12+
github.com/golang/snappy v1.0.0
1313
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
1414
github.com/ip2location/ip2location-go/v9 v9.7.1
1515
github.com/json-iterator/go v1.1.12

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6
393393
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
394394
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
395395
github.com/golang/snappy v0.0.2/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
396-
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
397-
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
396+
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
397+
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
398398
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
399399
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
400400
github.com/google/flatbuffers v1.11.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=

vendor/github.com/golang/snappy/README

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

vendor/github.com/golang/snappy/encode_arm64.s

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
@@ -153,7 +153,7 @@ github.com/gogo/protobuf/types
153153
# github.com/golang/protobuf v1.5.4
154154
## explicit; go 1.17
155155
github.com/golang/protobuf/proto
156-
# github.com/golang/snappy v0.0.4
156+
# github.com/golang/snappy v1.0.0
157157
## explicit
158158
github.com/golang/snappy
159159
# github.com/google/gnostic-models v0.6.9

0 commit comments

Comments
 (0)