aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-05-20 21:54:59 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-20 21:54:59 +0200
commit11132710ffa9603ea3c1d2400e485a0793b72023 (patch)
tree7cc5a2ee57138bf5e5e231eec3a05438c8a5200a /go.mod
parent0f692dd0dd93096e120896c2156e39ae9ef98bed (diff)
downloadcoredns-11132710ffa9603ea3c1d2400e485a0793b72023.tar.gz
coredns-11132710ffa9603ea3c1d2400e485a0793b72023.tar.zst
coredns-11132710ffa9603ea3c1d2400e485a0793b72023.zip
build(deps): bump github.com/openzipkin/zipkin-go from 0.4.2 to 0.4.3 (#6689)
Bumps [github.com/openzipkin/zipkin-go](https://github.com/openzipkin/zipkin-go) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/openzipkin/zipkin-go/releases) - [Commits](https://github.com/openzipkin/zipkin-go/compare/v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: github.com/openzipkin/zipkin-go dependency-type: direct:production update-type: version-update:semver-patch ... 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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 79fc470f6..4cd523e6c 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
github.com/miekg/dns v1.1.59
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.2
+ github.com/openzipkin/zipkin-go v0.4.3
github.com/oschwald/geoip2-golang v1.9.0
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_model v0.6.1
@@ -120,7 +120,7 @@ require (
go.uber.org/zap v1.17.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/mod v0.16.0 // indirect
- golang.org/x/net v0.23.0 // indirect
+ golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
@@ -129,7 +129,7 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect