Skip to content

Commit b23c46b

Browse files
committed
style: update quic-go
Change-Id: Id85a9abb1e62fd239a31a305cef3c1b56e306b79
1 parent cb2b8a7 commit b23c46b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.14
55
require (
66
git.apache.org/thrift.git v0.13.0
77
github.com/gogo/protobuf v1.2.1
8-
github.com/golang/protobuf v1.3.1
8+
github.com/golang/protobuf v1.4.2
99
github.com/henrylee2cn/cfgo v0.0.0-20180417024816-e6c3cc325b21
1010
github.com/henrylee2cn/goutil v0.0.0-20200416032639-974f5b4094a2
1111
github.com/kavu/go_reuseport v1.4.0 // indirect
12-
github.com/lucas-clemente/quic-go v0.15.5
12+
github.com/lucas-clemente/quic-go v0.18.0
1313
github.com/montanaflynn/stats v0.5.0
1414
github.com/stretchr/testify v1.4.0
1515
github.com/tidwall/evio v1.0.7
1616
github.com/tidwall/gjson v1.2.2
1717
github.com/xtaci/kcp-go/v5 v5.5.12
18-
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
18+
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
1919
)

0 commit comments

Comments
 (0)