mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-02 19:57:35 +03:00
30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module github.com/lucas-clemente/quic-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/francoispqt/gojay v1.2.13
|
|
github.com/golang/mock v1.6.0
|
|
github.com/marten-seemann/qpack v0.2.1
|
|
github.com/marten-seemann/qtls-go1-18 v0.1.3
|
|
github.com/marten-seemann/qtls-go1-19 v0.1.1
|
|
github.com/onsi/ginkgo/v2 v2.2.0
|
|
github.com/onsi/gomega v1.20.1
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
|
)
|
|
|
|
require (
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/onsi/ginkgo v1.16.4 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|