diff options
author | 2022-03-28 07:26:35 -0700 | |
---|---|---|
committer | 2022-03-28 07:26:35 -0700 | |
commit | 38ff869d6909f013bd70e1a318165c1231242f81 (patch) | |
tree | 48aeaa9894a8ba761ccb2e538d7807b3b43d5c5f /go.mod | |
parent | cdfbcf74e44e4562cd107fec299804f7e471c18f (diff) | |
download | coredns-38ff869d6909f013bd70e1a318165c1231242f81.tar.gz coredns-38ff869d6909f013bd70e1a318165c1231242f81.tar.zst coredns-38ff869d6909f013bd70e1a318165c1231242f81.zip |
build(deps): bump github.com/oschwald/geoip2-golang from 1.6.1 to 1.7.0 (#5289)
Bumps [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/oschwald/geoip2-golang/releases)
- [Commits](https://github.com/oschwald/geoip2-golang/compare/v1.6.1...v1.7.0)
---
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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,14 +18,14 @@ 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.6.1 + github.com/oschwald/geoip2-golang v1.7.0 github.com/prometheus/client_golang v1.12.1 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.32.1 go.etcd.io/etcd/api/v3 v3.5.2 go.etcd.io/etcd/client/v3 v3.5.2 golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 - golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 + golang.org/x/sys v0.0.0-20220325203850-36772127a21f google.golang.org/api v0.73.0 google.golang.org/grpc v1.45.0 google.golang.org/protobuf v1.28.0 @@ -80,7 +80,7 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect - github.com/oschwald/maxminddb-golang v1.8.0 // indirect + github.com/oschwald/maxminddb-golang v1.9.0 // indirect github.com/philhofer/fwd v1.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/procfs v0.7.3 // indirect |