diff options
author | 2022-01-31 07:28:30 -0800 | |
---|---|---|
committer | 2022-01-31 07:28:30 -0800 | |
commit | a3e689f7072972a5b811e07ab1b08a72e6c47d82 (patch) | |
tree | f12b8ebbf78bc18aa890737de8188db6761b2b45 /go.mod | |
parent | 965ba514ebfdd6e81013c05b352885ec20d2a680 (diff) | |
download | coredns-a3e689f7072972a5b811e07ab1b08a72e6c47d82.tar.gz coredns-a3e689f7072972a5b811e07ab1b08a72e6c47d82.tar.zst coredns-a3e689f7072972a5b811e07ab1b08a72e6c47d82.zip |
build(deps): bump github.com/oschwald/geoip2-golang from 1.5.0 to 1.6.1 (#5140)
Bumps [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/oschwald/geoip2-golang/releases)
- [Commits](https://github.com/oschwald/geoip2-golang/compare/v1.5.0...v1.6.1)
---
updated-dependencies:
- dependency-name: github.com/oschwald/geoip2-golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 github.com/openzipkin/zipkin-go v0.4.0 - github.com/oschwald/geoip2-golang v1.5.0 + github.com/oschwald/geoip2-golang v1.6.1 github.com/prometheus/client_golang v1.12.0 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.32.1 |