From 397793600b77826aeff3b2fe0177d63ac34a7489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 15:06:19 +0000 Subject: [PATCH] Bump github.com/phuslu/iploc from 1.0.20220429 to 1.0.20220530 Bumps [github.com/phuslu/iploc](https://github.com/phuslu/iploc) from 1.0.20220429 to 1.0.20220530. - [Release notes](https://github.com/phuslu/iploc/releases) - [Commits](https://github.com/phuslu/iploc/compare/v1.0.20220429...v1.0.20220530) --- updated-dependencies: - dependency-name: github.com/phuslu/iploc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 885cb1f..f3422ad 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/jpillora/ipfilter go 1.16 require ( - github.com/phuslu/iploc v1.0.20220429 + github.com/phuslu/iploc v1.0.20220530 github.com/stretchr/testify v1.7.1 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce ) diff --git a/go.sum b/go.sum index 28ae53b..5e32a5a 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/phuslu/iploc v1.0.20220429 h1:tydyPSke+L5JQtjtBOXvTaKybrFwa6Bseb96eKPrC+0= -github.com/phuslu/iploc v1.0.20220429/go.mod h1:gsgExGWldwv1AEzZm+Ki9/vGfyjkL33pbSr9HGpt2Xg= +github.com/phuslu/iploc v1.0.20220530 h1:ZrPxG58BwE+pshaKgE2+DY2Of5Gh7E4JmMto8WaGpDQ= +github.com/phuslu/iploc v1.0.20220530/go.mod h1:gsgExGWldwv1AEzZm+Ki9/vGfyjkL33pbSr9HGpt2Xg= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=