1
1
module go.ntppool.org/data-api
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.21.1
4
6
5
7
require (
6
- github.com/ClickHouse/clickhouse-go/v2 v2.10 .1
8
+ github.com/ClickHouse/clickhouse-go/v2 v2.14 .1
7
9
github.com/go-sql-driver/mysql v1.7.1
8
- github.com/labstack/echo/v4 v4.10.2
10
+ github.com/labstack/echo/v4 v4.11.1
9
11
github.com/spf13/cobra v1.7.0
10
- go.ntppool.org/common v0.1.2-0.20230709041838-03bde25c6df2
11
- go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.42 .0
12
- go.opentelemetry.io/otel v1.16 .0
13
- go.opentelemetry.io/otel/exporters/jaeger v1.16 .0
14
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16 .0
15
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16 .0
16
- go.opentelemetry.io/otel/sdk v1.16 .0
17
- go.opentelemetry.io/otel/trace v1.16 .0
18
- golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb
12
+ go.ntppool.org/common v0.2.1
13
+ go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.44 .0
14
+ go.opentelemetry.io/otel v1.18 .0
15
+ go.opentelemetry.io/otel/exporters/jaeger v1.17 .0
16
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.18 .0
17
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.18 .0
18
+ go.opentelemetry.io/otel/sdk v1.18 .0
19
+ go.opentelemetry.io/otel/trace v1.18 .0
20
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9
19
21
golang.org/x/sync v0.3.0
20
22
gopkg.in/yaml.v3 v3.0.1
21
23
)
22
24
23
25
require (
24
- github.com/ClickHouse/ch-go v0.57.0 // indirect
26
+ github.com/ClickHouse/ch-go v0.58.2 // indirect
25
27
github.com/andybalholm/brotli v1.0.5 // indirect
26
28
github.com/beorn7/perks v1.0.1 // indirect
27
29
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
@@ -32,39 +34,39 @@ require (
32
34
github.com/go-logr/stdr v1.2.2 // indirect
33
35
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
34
36
github.com/golang/protobuf v1.5.3 // indirect
35
- github.com/google/uuid v1.3.0 // indirect
36
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.16 .0 // indirect
37
+ github.com/google/uuid v1.3.1 // indirect
38
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.18 .0 // indirect
37
39
github.com/inconshreveable/mousetrap v1.1.0 // indirect
38
40
github.com/klauspost/compress v1.16.7 // indirect
39
41
github.com/kr/text v0.2.0 // indirect
40
42
github.com/labstack/gommon v0.4.0 // indirect
41
43
github.com/mattn/go-colorable v0.1.13 // indirect
42
44
github.com/mattn/go-isatty v0.0.19 // indirect
43
45
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
44
- github.com/paulmach/orb v0.9.2 // indirect
46
+ github.com/paulmach/orb v0.10.0 // indirect
45
47
github.com/pierrec/lz4/v4 v4.1.18 // indirect
46
48
github.com/pkg/errors v0.9.1 // indirect
47
49
github.com/prometheus/client_golang v1.16.0 // indirect
48
50
github.com/prometheus/client_model v0.4.0 // indirect
49
51
github.com/prometheus/common v0.44.0 // indirect
50
- github.com/prometheus/procfs v0.11.0 // indirect
52
+ github.com/prometheus/procfs v0.11.1 // indirect
51
53
github.com/segmentio/asm v1.2.0 // indirect
52
54
github.com/shopspring/decimal v1.3.1 // indirect
53
55
github.com/spf13/pflag v1.0.5 // indirect
54
56
github.com/valyala/bytebufferpool v1.0.0 // indirect
55
57
github.com/valyala/fasttemplate v1.2.2 // indirect
56
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16 .0 // indirect
57
- go.opentelemetry.io/otel/metric v1.16 .0 // indirect
58
- go.opentelemetry.io/proto/otlp v0.20 .0 // indirect
59
- golang.org/x/crypto v0.11 .0 // indirect
58
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.17 .0 // indirect
59
+ go.opentelemetry.io/otel/metric v1.18 .0 // indirect
60
+ go.opentelemetry.io/proto/otlp v1.0 .0 // indirect
61
+ golang.org/x/crypto v0.13 .0 // indirect
60
62
golang.org/x/mod v0.12.0 // indirect
61
- golang.org/x/net v0.12 .0 // indirect
62
- golang.org/x/sys v0.10 .0 // indirect
63
- golang.org/x/text v0.11 .0 // indirect
63
+ golang.org/x/net v0.15 .0 // indirect
64
+ golang.org/x/sys v0.12 .0 // indirect
65
+ golang.org/x/text v0.13 .0 // indirect
64
66
golang.org/x/time v0.3.0 // indirect
65
- google.golang.org/genproto v0.0.0-20230710151506-e685fd7b542b // indirect
66
- google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
67
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
68
- google.golang.org/grpc v1.56.2 // indirect
67
+ google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
68
+ google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
69
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb // indirect
70
+ google.golang.org/grpc v1.58.1 // indirect
69
71
google.golang.org/protobuf v1.31.0 // indirect
70
72
)
0 commit comments