-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (26 loc) · 848 Bytes
/
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
module github.com/trimble-oss/tierceron-hat
go 1.21
toolchain go1.21.4
require (
github.com/lafriks/go-shamir v1.1.0
github.com/orcaman/concurrent-map/v2 v2.0.1
golang.org/x/sys v0.28.0
google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.33.0
)
require (
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/klauspost/reedsolomon v1.11.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/templexxx/cpu v0.1.0 // indirect
github.com/templexxx/xorsimd v0.4.2 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/xtaci/kcp-go/v5 v5.6.3
golang.org/x/crypto v0.31.0
golang.org/x/net v0.33.0 // indirect
golang.org/x/text v0.21.0 // indirect
)