Skip to content

Commit 153fe8d

Browse files
author
xiongyu
committed
go mod
1 parent 81b10c7 commit 153fe8d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

go.mod

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ go 1.17
55
require (
66
github.com/golang/protobuf v1.5.3
77
github.com/gorilla/websocket v1.5.0
8+
github.com/stretchr/testify v1.8.1
9+
github.com/xtaci/kcp-go v5.4.20+incompatible
10+
)
11+
12+
require (
13+
github.com/davecgh/go-spew v1.1.1 // indirect
14+
github.com/klauspost/cpuid/v2 v2.1.1 // indirect
815
github.com/klauspost/reedsolomon v1.11.8 // indirect
916
github.com/pkg/errors v0.9.1 // indirect
10-
github.com/stretchr/testify v1.8.1
17+
github.com/pmezard/go-difflib v1.0.0 // indirect
1118
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
1219
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
1320
github.com/tjfoc/gmsm v1.4.1 // indirect
14-
github.com/xtaci/kcp-go v5.4.20+incompatible
1521
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
22+
golang.org/x/crypto v0.11.0 // indirect
1623
golang.org/x/net v0.12.0 // indirect
24+
golang.org/x/sys v0.10.0 // indirect
25+
google.golang.org/protobuf v1.26.0 // indirect
26+
gopkg.in/yaml.v3 v3.0.1 // indirect
1727
)

0 commit comments

Comments
 (0)