mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
add Go mod support
This commit is contained in:
parent
d28794a944
commit
c00eb1f5b5
84 changed files with 53 additions and 21469 deletions
13
go.mod
Normal file
13
go.mod
Normal file
|
@ -0,0 +1,13 @@
|
|||
module github.com/lucas-clemente/quic-go
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/cheekybits/genny v1.0.0
|
||||
github.com/golang/mock v1.2.0
|
||||
github.com/marten-seemann/qtls v0.1.0
|
||||
github.com/onsi/ginkgo v1.7.0
|
||||
github.com/onsi/gomega v1.4.3
|
||||
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b
|
||||
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue