Bump github.com/pierrre/geohash from 1.1.0 to 1.1.1

Bumps [github.com/pierrre/geohash](https://github.com/pierrre/geohash) from 1.1.0 to 1.1.1.
- [Commits](https://github.com/pierrre/geohash/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/pierrre/geohash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-06 08:38:32 +00:00
committed by GitHub
parent bf9f639dce
commit e849e933a0
2 changed files with 8 additions and 5 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.20
require (
github.com/golang/glog v1.1.2
github.com/oschwald/geoip2-golang v1.9.0
github.com/pierrre/geohash v1.1.0
github.com/pierrre/geohash v1.1.1
github.com/prometheus/client_golang v1.17.0
)