Skip to content

Commit 168a7d5

Browse files
Bump github.com/ip2location/ip2location-go/v9 from 9.7.1 to 9.8.0 (#1104)
Bumps [github.com/ip2location/ip2location-go/v9](https://github.com/ip2location/ip2location-go) from 9.7.1 to 9.8.0. - [Release notes](https://github.com/ip2location/ip2location-go/releases) - [Commits](ip2location/ip2location-go@v9.7.1...v9.8.0) --- updated-dependencies: - dependency-name: github.com/ip2location/ip2location-go/v9 dependency-version: 9.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68cce89 commit 168a7d5

File tree

6 files changed

+76
-12
lines changed

6 files changed

+76
-12
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/go-kit/kit v0.13.0
1212
github.com/golang/snappy v1.0.0
1313
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
14-
github.com/ip2location/ip2location-go/v9 v9.7.1
14+
github.com/ip2location/ip2location-go/v9 v9.8.0
1515
github.com/json-iterator/go v1.1.12
1616
github.com/mariomac/guara v0.0.0-20250408105519-1e4dbdfb7136
1717
github.com/minio/minio-go/v7 v7.0.95

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpO
168168
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
169169
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
170170
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
171-
github.com/ip2location/ip2location-go/v9 v9.7.1 h1:eXu/DqS13QE0h1Yrc9oji+6/anLD9KDf6Ulf5GdIQs8=
172-
github.com/ip2location/ip2location-go/v9 v9.7.1/go.mod h1:MPLnsKxwQlvd2lBNcQCsLoyzJLDBFizuO67wXXdzoyI=
171+
github.com/ip2location/ip2location-go/v9 v9.8.0 h1:drPzGjj1EBl45I33ErMHFtIfsQ3mR85dAQbqMDbi9mc=
172+
github.com/ip2location/ip2location-go/v9 v9.8.0/go.mod h1:MPLnsKxwQlvd2lBNcQCsLoyzJLDBFizuO67wXXdzoyI=
173173
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
174174
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
175175
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=

vendor/github.com/ip2location/ip2location-go/v9/LICENSE.TXT

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

vendor/github.com/ip2location/ip2location-go/v9/README.md

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

vendor/github.com/ip2location/ip2location-go/v9/ip2location.go

Lines changed: 70 additions & 4 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
@@ -211,7 +211,7 @@ github.com/heptiolabs/healthcheck
211211
# github.com/inconshreveable/mousetrap v1.1.0
212212
## explicit; go 1.18
213213
github.com/inconshreveable/mousetrap
214-
# github.com/ip2location/ip2location-go/v9 v9.7.1
214+
# github.com/ip2location/ip2location-go/v9 v9.8.0
215215
## explicit; go 1.14
216216
github.com/ip2location/ip2location-go/v9
217217
# github.com/josharian/intern v1.0.0

0 commit comments

Comments
 (0)