go.mod 698 B

123456789101112131415161718
  1. module github.com/lucas-clemente/quic-go
  2. go 1.12
  3. require (
  4. github.com/bifurcation/mint v0.0.0-20180715133206-93c51c6ce115
  5. github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
  6. github.com/golang/mock v1.2.0
  7. github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
  8. github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f
  9. github.com/lucas-clemente/quic-clients v0.1.0
  10. github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced
  11. github.com/marten-seemann/qtls v0.2.3
  12. github.com/onsi/ginkgo v1.8.0
  13. github.com/onsi/gomega v1.5.0
  14. golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
  15. golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
  16. )