forked from quic-go/quic-go
add support for ChaCha20 header protection
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,9 +3,11 @@ module github.com/lucas-clemente/quic-go
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/alangpierce/go-forceexport v0.0.0-20160317203124-8f1d6941cd75
|
||||
github.com/cheekybits/genny v1.0.0
|
||||
github.com/golang/mock v1.2.0
|
||||
github.com/golang/protobuf v1.3.0
|
||||
github.com/marten-seemann/chacha20 v0.2.0
|
||||
github.com/marten-seemann/qpack v0.1.0
|
||||
github.com/marten-seemann/qtls v0.4.0
|
||||
github.com/onsi/ginkgo v1.7.0
|
||||
|
||||
Reference in New Issue
Block a user