@@ -4,36 +4,37 @@ go 1.22.2
4
4
5
5
require (
6
6
github.com/ardanlabs/conf v1.5.0
7
- github.com/cloudflare/circl v1.3.7
8
- github.com/cockroachdb/pebble v1.1.0
7
+ github.com/cloudflare/circl v1.5.0
8
+ github.com/cockroachdb/pebble v1.1.2
9
9
github.com/google/go-cmp v0.6.0
10
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
10
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
11
11
github.com/pkg/errors v0.9.1
12
- github.com/qubic/go-node-connector v0.10.1
13
- github.com/qubic/go-schnorrq v1.0.0
14
- github.com/stretchr/testify v1.8.4
15
- go.uber.org/zap v1.26 .0
16
- google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
17
- google.golang.org/grpc v1.64.0
18
- google.golang.org/protobuf v1.34.2
12
+ github.com/qubic/go-node-connector v0.10.2
13
+ github.com/qubic/go-schnorrq v1.0.1
14
+ github.com/stretchr/testify v1.9.0
15
+ go.uber.org/zap v1.27 .0
16
+ google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
17
+ google.golang.org/grpc v1.67.1
18
+ google.golang.org/protobuf v1.35.1
19
19
)
20
20
21
21
require (
22
22
github.com/DataDog/zstd v1.4.5 // indirect
23
23
github.com/beorn7/perks v1.0.1 // indirect
24
- github.com/bits-and-blooms/bitset v1.13.0 // indirect
25
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
26
- github.com/cockroachdb/errors v1.11.1 // indirect
24
+ github.com/bits-and-blooms/bitset v1.14.3 // indirect
25
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
26
+ github.com/cockroachdb/errors v1.11.3 // indirect
27
+ github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
27
28
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
28
29
github.com/cockroachdb/redact v1.1.5 // indirect
29
30
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
30
- github.com/consensys/gnark-crypto v0.12.1 // indirect
31
+ github.com/consensys/gnark-crypto v0.14.0 // indirect
31
32
github.com/davecgh/go-spew v1.1.1 // indirect
32
- github.com/getsentry/sentry-go v0.18 .0 // indirect
33
+ github.com/getsentry/sentry-go v0.27 .0 // indirect
33
34
github.com/gogo/protobuf v1.3.2 // indirect
34
- github.com/golang/protobuf v1.5.4 // indirect
35
+ github.com/golang/protobuf v1.5.3 // indirect
35
36
github.com/golang/snappy v0.0.4 // indirect
36
- github.com/klauspost/compress v1.15.15 // indirect
37
+ github.com/klauspost/compress v1.16.0 // indirect
37
38
github.com/kr/pretty v0.3.1 // indirect
38
39
github.com/kr/text v0.2.0 // indirect
39
40
github.com/linckode/circl v1.3.71 // indirect
@@ -43,14 +44,14 @@ require (
43
44
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
44
45
github.com/prometheus/common v0.32.1 // indirect
45
46
github.com/prometheus/procfs v0.7.3 // indirect
46
- github.com/rogpeppe/go-internal v1.12.0 // indirect
47
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
47
48
github.com/silenceper/pool v1.0.0 // indirect
48
49
github.com/sirupsen/logrus v1.9.0 // indirect
49
50
go.uber.org/multierr v1.10.0 // indirect
50
51
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
51
- golang.org/x/net v0.22 .0 // indirect
52
- golang.org/x/sys v0.18 .0 // indirect
53
- golang.org/x/text v0.14 .0 // indirect
54
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
52
+ golang.org/x/net v0.28 .0 // indirect
53
+ golang.org/x/sys v0.26 .0 // indirect
54
+ golang.org/x/text v0.17 .0 // indirect
55
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
55
56
gopkg.in/yaml.v3 v3.0.1 // indirect
56
57
)
0 commit comments