Bump github.com/oschwald/maxminddb-golang from 1.9.0 to 1.10.0

Bumps [github.com/oschwald/maxminddb-golang](https://github.com/oschwald/maxminddb-golang) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/oschwald/maxminddb-golang/releases)
- [Commits](https://github.com/oschwald/maxminddb-golang/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/oschwald/maxminddb-golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-24 11:45:17 +00:00
committed by GitHub
parent 2d9c013de6
commit 3ba8550977
2 changed files with 6 additions and 12 deletions

4
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/hashicorp/go-version v1.6.0
github.com/jackc/puddle/v2 v2.0.0-beta.1
github.com/miekg/dns v1.1.50
github.com/oschwald/maxminddb-golang v1.9.0
github.com/oschwald/maxminddb-golang v1.10.0
github.com/safing/portbase v0.15.0
github.com/safing/spn v0.4.15
github.com/shirou/gopsutil v3.21.11+incompatible
@@ -25,7 +25,7 @@ require (
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.0.0-20220731174439-a90be440212d
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418
zombiezen.com/go/sqlite v0.10.1
)