Skip to content

Commit 9f7892a

Browse files
fix(deps): update module github.com/opentracing-contrib/go-stdlib to v1.1.0 (#15221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6ba3c0 commit 9f7892a

File tree

6 files changed

+94
-65
lines changed

6 files changed

+94
-65
lines changed

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/oklog/run v1.1.0
7777
github.com/oklog/ulid v1.3.1 // indirect
7878
github.com/opentracing-contrib/go-grpc v0.1.0
79-
github.com/opentracing-contrib/go-stdlib v1.0.0
79+
github.com/opentracing-contrib/go-stdlib v1.1.0
8080
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
8181
github.com/oschwald/geoip2-golang v1.11.0
8282
// github.com/pierrec/lz4 v2.0.5+incompatible

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2309,8 +2309,8 @@ github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2sz
23092309
github.com/opentracing-contrib/go-grpc v0.1.0 h1:9JHDtQXv6UL0tFF8KJB/4ApJgeOcaHp1h07d0PJjESc=
23102310
github.com/opentracing-contrib/go-grpc v0.1.0/go.mod h1:i3/jx/TvJZ/HKidtT4XGIi/NosUEpzS9xjVJctbKZzI=
23112311
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis=
2312-
github.com/opentracing-contrib/go-stdlib v1.0.0 h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w=
2313-
github.com/opentracing-contrib/go-stdlib v1.0.0/go.mod h1:qtI1ogk+2JhVPIXVc6q+NHziSmy2W5GbdQZFUHADCBU=
2312+
github.com/opentracing-contrib/go-stdlib v1.1.0 h1:cZBWc4pA4e65tqTJddbflK435S0tDImj6c9BMvkdUH0=
2313+
github.com/opentracing-contrib/go-stdlib v1.1.0/go.mod h1:S0p+X9p6dcBkoMTL+Qq2VOvxKs9ys5PpYWXWqlCS0bQ=
23142314
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=
23152315
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
23162316
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=

‎vendor/github.com/opentracing-contrib/go-stdlib/nethttp/client.go

+51-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/opentracing-contrib/go-stdlib/nethttp/status-code-tracker.go ‎vendor/github.com/opentracing-contrib/go-stdlib/nethttp/metrics-tracker.go

+10-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/opentracing-contrib/go-stdlib/nethttp/server.go

+29-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ github.com/opencontainers/image-spec/specs-go/v1
13111311
# github.com/opentracing-contrib/go-grpc v0.1.0
13121312
## explicit; go 1.22.7
13131313
github.com/opentracing-contrib/go-grpc
1314-
# github.com/opentracing-contrib/go-stdlib v1.0.0
1314+
# github.com/opentracing-contrib/go-stdlib v1.1.0
13151315
## explicit; go 1.14
13161316
github.com/opentracing-contrib/go-stdlib/nethttp
13171317
# github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b

0 commit comments

Comments
 (0)