-
Notifications
You must be signed in to change notification settings - Fork 122
/
go.mod
23 lines (20 loc) · 869 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
module github.com/byebyebruce/lockstepserver
go 1.17
require (
github.com/alecthomas/log4go v0.0.0-20180109082532-d146e6b86faa
github.com/golang/protobuf v1.5.0
github.com/xtaci/kcp-go v5.4.20+incompatible
google.golang.org/protobuf v1.26.0
)
require (
github.com/klauspost/cpuid v1.2.3 // indirect
github.com/klauspost/reedsolomon v1.9.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.3.0 // indirect
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
)