Skip to content

Commit 295a2a9

Browse files
committed
chore(deps): update dependency go to v1.25.1
1 parent b4bf09b commit 295a2a9

File tree

2 files changed

+1
-118
lines changed

2 files changed

+1
-118
lines changed

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/netcracker/qubership-core-lib-go-maas-bg-segmentio/v3
22

3-
go 1.23.8
4-
5-
toolchain go1.25.1
3+
go 1.25.1
64

75
require (
86
github.com/docker/go-connections v0.6.0
@@ -42,7 +40,6 @@ require (
4240
github.com/go-resty/resty/v2 v2.16.5 // indirect
4341
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
4442
github.com/gogo/protobuf v1.3.2 // indirect
45-
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
4643
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
4744
github.com/golang/mock v1.6.0 // indirect
4845
github.com/google/uuid v1.6.0 // indirect
@@ -100,10 +97,8 @@ require (
10097
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
10198
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
10299
go.opentelemetry.io/otel v1.35.0 // indirect
103-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
104100
go.opentelemetry.io/otel/metric v1.35.0 // indirect
105101
go.opentelemetry.io/otel/trace v1.35.0 // indirect
106-
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
107102
golang.org/x/crypto v0.37.0 // indirect
108103
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
109104
golang.org/x/mod v0.24.0 // indirect

0 commit comments

Comments
 (0)