|
1 | 1 | module github.com/Finoptimize/agentaflow-sro-community |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/gorilla/mux v1.8.0 |
7 | 7 | github.com/gorilla/websocket v1.5.0 |
8 | | - go.opentelemetry.io/otel v1.7.0 |
| 8 | + go.opentelemetry.io/otel v1.38.0 |
9 | 9 | go.opentelemetry.io/otel/exporters/jaeger v1.7.0 |
10 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.7.0 |
11 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.7.0 |
| 10 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 |
| 11 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 |
12 | 12 | go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.7.0 |
13 | | - go.opentelemetry.io/otel/sdk v1.7.0 |
14 | | - go.opentelemetry.io/otel/trace v1.7.0 |
| 13 | + go.opentelemetry.io/otel/sdk v1.38.0 |
| 14 | + go.opentelemetry.io/otel/trace v1.38.0 |
15 | 15 | gopkg.in/yaml.v2 v2.4.0 |
16 | 16 | k8s.io/api v0.22.0 |
17 | 17 | k8s.io/apimachinery v0.22.0 |
18 | 18 | k8s.io/client-go v0.22.0 |
19 | 19 | ) |
20 | 20 |
|
21 | 21 | require ( |
22 | | - github.com/cenkalti/backoff/v4 v4.1.3 // indirect |
| 22 | + github.com/cenkalti/backoff/v5 v5.0.3 // indirect |
23 | 23 | github.com/davecgh/go-spew v1.1.1 // indirect |
24 | | - github.com/go-logr/logr v1.2.4 // indirect |
| 24 | + github.com/go-logr/logr v1.4.3 // indirect |
25 | 25 | github.com/go-logr/stdr v1.2.2 // indirect |
26 | 26 | github.com/gogo/protobuf v1.3.2 // indirect |
27 | | - github.com/golang/protobuf v1.5.3 // indirect |
28 | | - github.com/google/go-cmp v0.5.9 // indirect |
| 27 | + github.com/golang/protobuf v1.5.4 // indirect |
| 28 | + github.com/google/go-cmp v0.7.0 // indirect |
29 | 29 | github.com/google/gofuzz v1.2.0 // indirect |
| 30 | + github.com/google/uuid v1.6.0 // indirect |
30 | 31 | github.com/googleapis/gnostic v0.5.5 // indirect |
31 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect |
| 32 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect |
32 | 33 | github.com/imdario/mergo v0.3.6 // indirect |
33 | 34 | github.com/json-iterator/go v1.1.12 // indirect |
34 | 35 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
35 | 36 | github.com/modern-go/reflect2 v1.0.2 // indirect |
36 | 37 | github.com/spf13/pflag v1.0.5 // indirect |
37 | | - github.com/stretchr/testify v1.8.1 // indirect |
38 | | - go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.0 // indirect |
39 | | - go.opentelemetry.io/proto/otlp v0.19.0 // indirect |
40 | | - golang.org/x/net v0.17.0 // indirect |
41 | | - golang.org/x/oauth2 v0.8.0 // indirect |
42 | | - golang.org/x/sys v0.13.0 // indirect |
43 | | - golang.org/x/term v0.13.0 // indirect |
44 | | - golang.org/x/text v0.13.0 // indirect |
| 38 | + github.com/stretchr/objx v0.5.2 // indirect |
| 39 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 40 | + go.opentelemetry.io/otel/metric v1.38.0 // indirect |
| 41 | + go.opentelemetry.io/proto/otlp v1.7.1 // indirect |
| 42 | + golang.org/x/net v0.43.0 // indirect |
| 43 | + golang.org/x/oauth2 v0.30.0 // indirect |
| 44 | + golang.org/x/sys v0.35.0 // indirect |
| 45 | + golang.org/x/term v0.34.0 // indirect |
| 46 | + golang.org/x/text v0.28.0 // indirect |
45 | 47 | golang.org/x/time v0.3.0 // indirect |
46 | | - google.golang.org/appengine v1.6.7 // indirect |
47 | 48 | google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect |
48 | | - google.golang.org/grpc v1.46.2 // indirect |
49 | | - google.golang.org/protobuf v1.31.0 // indirect |
50 | | - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 49 | + google.golang.org/grpc v1.75.0 // indirect |
| 50 | + google.golang.org/protobuf v1.36.8 // indirect |
51 | 51 | gopkg.in/inf.v0 v0.9.1 // indirect |
52 | 52 | gopkg.in/yaml.v3 v3.0.1 // indirect |
53 | 53 | k8s.io/klog/v2 v2.100.1 // indirect |
|
0 commit comments