Skip to content

Commit

Permalink
update quic-go to v0.19.2 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunbiao authored Nov 26, 2020
1 parent cacaebe commit 9698d1f
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ module github.com/yomorun/yomo
go 1.14

require (
github.com/golang/protobuf v1.4.3 // indirect
github.com/lucas-clemente/quic-go v0.19.2
github.com/yomorun/yomo-codec-golang v0.4.0
github.com/lucas-clemente/quic-go v0.17.1
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
Loading

0 comments on commit 9698d1f

Please sign in to comment.