diff options
author | 2023-07-05 19:32:24 +0200 | |
---|---|---|
committer | 2023-07-05 19:32:24 +0200 | |
commit | e550ebd51933fdc40569316a29f36bb881f22e88 (patch) | |
tree | 000c848b3b0f4bd3a6af798d68ed62f7c0389cfc /go.mod | |
parent | f8dc407cf09551c666e07ea7c01dfe0a9980296a (diff) | |
download | coredns-e550ebd51933fdc40569316a29f36bb881f22e88.tar.gz coredns-e550ebd51933fdc40569316a29f36bb881f22e88.tar.zst coredns-e550ebd51933fdc40569316a29f36bb881f22e88.zip |
build(deps): bump github.com/oschwald/geoip2-golang from 1.8.0 to 1.9.0 (#6171)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ require ( github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0 github.com/openzipkin/zipkin-go v0.4.1 - github.com/oschwald/geoip2-golang v1.8.0 + github.com/oschwald/geoip2-golang v1.9.0 github.com/prometheus/client_golang v1.15.1 github.com/prometheus/client_model v0.4.0 github.com/prometheus/common v0.44.0 @@ -91,7 +91,7 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect - github.com/oschwald/maxminddb-golang v1.10.0 // indirect + github.com/oschwald/maxminddb-golang v1.11.0 // indirect github.com/outcaste-io/ristretto v0.2.1 // indirect github.com/philhofer/fwd v1.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect |