@@ -25,20 +25,20 @@ require (
25
25
github.com/sirupsen/logrus v1.9.3
26
26
github.com/spf13/cobra v1.8.1
27
27
github.com/spf13/viper v1.19.0
28
- github.com/stretchr/testify v1.9 .0
28
+ github.com/stretchr/testify v1.10 .0
29
29
github.com/swaggo/files v1.0.1
30
30
github.com/swaggo/gin-swagger v1.6.0
31
31
github.com/tv42/zbase32 v0.0.0-20220222190657-f76a9fc892fa
32
32
go.etcd.io/bbolt v1.3.11
33
33
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.56.0
34
34
go.opentelemetry.io/contrib/instrumentation/runtime v0.56.0
35
- go.opentelemetry.io/otel v1.31 .0
35
+ go.opentelemetry.io/otel v1.35 .0
36
36
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0
37
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31 .0
38
- go.opentelemetry.io/otel/sdk v1.31 .0
39
- go.opentelemetry.io/otel/sdk/metric v1.31 .0
40
- go.opentelemetry.io/otel/trace v1.31 .0
41
- golang.org/x/term v0.25 .0
37
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35 .0
38
+ go.opentelemetry.io/otel/sdk v1.35 .0
39
+ go.opentelemetry.io/otel/sdk/metric v1.34 .0
40
+ go.opentelemetry.io/otel/trace v1.35 .0
41
+ golang.org/x/term v0.29 .0
42
42
golang.org/x/time v0.7.0
43
43
)
44
44
@@ -79,7 +79,7 @@ require (
79
79
github.com/go-playground/universal-translator v0.18.1 // indirect
80
80
github.com/go-playground/validator/v10 v10.22.1 // indirect
81
81
github.com/google/uuid v1.6.0 // indirect
82
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
82
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
83
83
github.com/hashicorp/hcl v1.0.0 // indirect
84
84
github.com/huandu/xstrings v1.5.0 // indirect
85
85
github.com/hyperledger/aries-framework-go v0.3.2 // indirect
@@ -132,24 +132,25 @@ require (
132
132
github.com/swaggo/swag v1.16.3 // indirect
133
133
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
134
134
github.com/ugorji/go/codec v1.2.12 // indirect
135
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
136
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
137
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
135
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
136
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
137
+ go.opentelemetry.io/otel/metric v1.35.0 // indirect
138
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
138
139
go.uber.org/atomic v1.11.0 // indirect
139
140
go.uber.org/multierr v1.11.0 // indirect
140
141
golang.org/x/arch v0.11.0 // indirect
141
- golang.org/x/crypto v0.28 .0 // indirect
142
+ golang.org/x/crypto v0.33 .0 // indirect
142
143
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
143
144
golang.org/x/mod v0.21.0 // indirect
144
- golang.org/x/net v0.30 .0 // indirect
145
- golang.org/x/sync v0.8 .0 // indirect
146
- golang.org/x/sys v0.26 .0 // indirect
147
- golang.org/x/text v0.19 .0 // indirect
145
+ golang.org/x/net v0.35 .0 // indirect
146
+ golang.org/x/sync v0.11 .0 // indirect
147
+ golang.org/x/sys v0.30 .0 // indirect
148
+ golang.org/x/text v0.22 .0 // indirect
148
149
golang.org/x/tools v0.26.0 // indirect
149
- google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
150
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
151
- google.golang.org/grpc v1.67.1 // indirect
152
- google.golang.org/protobuf v1.35.1 // indirect
150
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
151
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
152
+ google.golang.org/grpc v1.71.0 // indirect
153
+ google.golang.org/protobuf v1.36.5 // indirect
153
154
gopkg.in/ini.v1 v1.67.0 // indirect
154
155
gopkg.in/yaml.v3 v3.0.1 // indirect
155
156
lukechampine.com/blake3 v1.3.0 // indirect
0 commit comments