File tree Expand file tree Collapse file tree 4 files changed +23
-15
lines changed Expand file tree Collapse file tree 4 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ require (
56
56
github.com/tchap/go-patricia/v2 v2.3.1
57
57
github.com/urfave/cli/v2 v2.27.1
58
58
github.com/vishvananda/netlink v1.2.1-beta.2
59
- go.etcd.io/bbolt v1.3.8
59
+ go.etcd.io/bbolt v1.3.9
60
60
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.48.0
61
61
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
62
62
go.opentelemetry.io/otel v1.23.1
Original file line number Diff line number Diff line change @@ -421,8 +421,8 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
421
421
github.com/yuin/goldmark v1.1.32 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
422
422
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
423
423
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
424
- go.etcd.io/bbolt v1.3.8 h1:xs88BrvEv273UsB79e0hcVrlUWmS0a8upikMFhSyAtA =
425
- go.etcd.io/bbolt v1.3.8 /go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw =
424
+ go.etcd.io/bbolt v1.3.9 h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI =
425
+ go.etcd.io/bbolt v1.3.9 /go.mod h1:zaO32+Ti0PK1ivdPtgMESzuzL2VPoIG1PCQNvOdo/dE =
426
426
go.opencensus.io v0.21.0 /go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU =
427
427
go.opencensus.io v0.22.0 /go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8 =
428
428
go.opencensus.io v0.22.2 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ github.com/vishvananda/netns
402
402
# github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
403
403
## explicit
404
404
github.com/xrash/smetrics
405
- # go.etcd.io/bbolt v1.3.8
405
+ # go.etcd.io/bbolt v1.3.9
406
406
## explicit; go 1.17
407
407
go.etcd.io/bbolt
408
408
# go.opencensus.io v0.24.0
You can’t perform that action at this time.
0 commit comments