|
1 | 1 | module github.com/rechain-network/katya-mesh-go |
2 | 2 |
|
3 | | -go 1.21 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/go-redis/redis/v8 v8.11.5 |
7 | 7 | github.com/google/uuid v1.6.0 |
8 | 8 | github.com/gorilla/websocket v1.5.1 |
9 | 9 | github.com/lib/pq v1.10.9 |
10 | | - golang.org/x/crypto v0.21.0 |
11 | | - golang.org/x/sys v0.18.0 |
12 | | - google.golang.org/grpc v1.60.1 |
13 | | - google.golang.org/protobuf v1.31.0 |
14 | 10 | github.com/prometheus/client_golang v1.18.0 |
15 | | - golang.org/x/net v0.23.0 |
16 | | - github.com/stretchr/testify v1.8.4 |
17 | | - github.com/spf13/cobra v1.7.0 |
18 | | - github.com/spf13/viper v1.16.0 |
19 | 11 | go.uber.org/zap v1.26.0 |
20 | | - github.com/golang-jwt/jwt/v5 v5.2.0 |
21 | | - github.com/hashicorp/consul/api v1.26.1 |
22 | | - github.com/Shopify/sarama v1.38.1 |
23 | | - github.com/segmentio/kafka-go v0.4.47 |
24 | | - github.com/go-kit/kit v0.13.0 |
25 | | - github.com/opentracing/opentracing-go v1.2.0 |
26 | | - github.com/uber/jaeger-client-go v2.30.0+incompatible |
27 | | - github.com/uber/jaeger-lib v2.4.1+incompatible |
| 12 | + golang.org/x/crypto v0.36.0 |
| 13 | + google.golang.org/grpc v1.60.1 |
28 | 14 | ) |
29 | 15 |
|
| 16 | +require ( |
| 17 | + github.com/beorn7/perks v1.0.1 // indirect |
| 18 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 19 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 20 | + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
| 21 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 22 | + github.com/golang/protobuf v1.5.3 // indirect |
| 23 | + github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect |
| 24 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 25 | + github.com/prometheus/client_model v0.5.0 // indirect |
| 26 | + github.com/prometheus/common v0.45.0 // indirect |
| 27 | + github.com/prometheus/procfs v0.12.0 // indirect |
| 28 | + github.com/stretchr/testify v1.8.4 // indirect |
| 29 | + go.uber.org/multierr v1.10.0 // indirect |
| 30 | + golang.org/x/net v0.38.0 // indirect |
| 31 | + golang.org/x/sys v0.31.0 // indirect |
| 32 | + golang.org/x/text v0.23.0 // indirect |
| 33 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect |
| 34 | + google.golang.org/protobuf v1.31.0 // indirect |
| 35 | +) |
0 commit comments