Skip to content

Commit b5b7d2e

Browse files
committed
chore: update go.mod and go.sum for dependency management
- Removed deprecated github.com/cenkalti/backoff/v4 and replaced it with github.com/cenkalti/backoff/v5 for improved compatibility. - Added github.com/munnerz/goautoneg as a new indirect dependency. - Updated various dependencies to their latest versions for better stability and performance.
1 parent c746957 commit b5b7d2e

2 files changed

Lines changed: 19 additions & 74 deletions

File tree

v2/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ require (
3535
require (
3636
github.com/beorn7/perks v1.0.1 // indirect
3737
github.com/boombuler/barcode v1.0.2 // indirect
38-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3938
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
4039
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4140
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
@@ -46,7 +45,7 @@ require (
4645
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
4746
github.com/mattn/go-colorable v0.1.14 // indirect
4847
github.com/mattn/go-isatty v0.0.20 // indirect
49-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
48+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5049
github.com/prometheus/common v0.65.0 // indirect
5150
github.com/prometheus/procfs v0.17.0 // indirect
5251
github.com/rickb777/date v1.21.1 // indirect

0 commit comments

Comments
 (0)