Xray-core/go.mod

26 lines
897 B
Modula-2
Raw Normal View History

2020-12-04 01:36:16 +00:00
module github.com/xtls/xray-core
2020-11-25 11:01:53 +00:00
go 1.15
require (
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3
2020-12-04 01:36:16 +00:00
github.com/google/go-cmp v0.5.4
2020-11-25 11:01:53 +00:00
github.com/gorilla/websocket v1.4.2
2020-12-06 10:08:11 +00:00
github.com/lucas-clemente/quic-go v0.19.3
2020-11-25 11:01:53 +00:00
github.com/miekg/dns v1.1.35
2020-12-11 09:32:13 +00:00
github.com/pires/go-proxyproto v0.3.3
2020-11-25 11:01:53 +00:00
github.com/seiflotfy/cuckoofilter v0.0.0-20201009151232-afb285a456ab
github.com/stretchr/testify v1.6.1
github.com/xtls/go v0.0.0-20201118062508-3632bf3b7499
2020-12-11 09:32:13 +00:00
go.starlark.net v0.0.0-20201210151846-e81fc95f7bd5
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20201211002650-1f0c578a6b29
2020-12-06 10:08:11 +00:00
google.golang.org/grpc v1.34.0
2020-11-25 11:01:53 +00:00
google.golang.org/protobuf v1.25.0
h12.io/socks v1.0.1
)