File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/rechain-network/katya-mesh-go
22
3- go 1.21
3+ go 1.24.0
44
55require (
66 github.com/go-redis/redis/v8 v8.11.5
@@ -9,7 +9,7 @@ require (
99 github.com/lib/pq v1.10.9
1010 github.com/prometheus/client_golang v1.18.0
1111 go.uber.org/zap v1.26.0
12- golang.org/x/crypto v0.21 .0
12+ golang.org/x/crypto v0.45 .0
1313 google.golang.org/grpc v1.60.1
1414)
1515
@@ -27,9 +27,9 @@ require (
2727 github.com/prometheus/procfs v0.12.0 // indirect
2828 github.com/stretchr/testify v1.8.4 // indirect
2929 go.uber.org/multierr v1.10.0 // indirect
30- golang.org/x/net v0.23 .0 // indirect
31- golang.org/x/sys v0.18 .0 // indirect
32- golang.org/x/text v0.14 .0 // indirect
30+ golang.org/x/net v0.47 .0 // indirect
31+ golang.org/x/sys v0.38 .0 // indirect
32+ golang.org/x/text v0.31 .0 // indirect
3333 google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
3434 google.golang.org/protobuf v1.33.0 // indirect
3535)
You can’t perform that action at this time.
0 commit comments