-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (32 loc) · 1.21 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module gitlab.com/xx_network/comms
go 1.19
require (
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20230214175953-5b5a8c33d28a
github.com/golang/protobuf v1.5.2
github.com/improbable-eng/grpc-web v0.15.0
github.com/pkg/errors v0.9.1
github.com/soheilhy/cmux v0.1.5
github.com/spf13/jwalterweatherman v1.1.0
gitlab.com/xx_network/crypto v0.0.6
gitlab.com/xx_network/primitives v0.0.5
golang.org/x/crypto v0.16.0
golang.org/x/net v0.10.0
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
src.agwa.name/tlshacks v0.0.0-20220518131152-d2c6f4e2b780
)
require (
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.11.7 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
nhooyr.io/websocket v1.8.6 // indirect
)