72 lines
3.2 KiB
Modula-2
72 lines
3.2 KiB
Modula-2
module github.com/go-gost/x
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
|
github.com/go-gost/gosocks5 v0.3.1-0.20211109033403-d894d75b7f09
|
|
github.com/go-gost/gost v0.0.0-20220312160816-bfc1f8472cc2
|
|
github.com/go-gost/gost/v3 v3.0.0-alpha.3.0.20220315024338-20e7528b2588
|
|
github.com/go-gost/metrics v0.0.0-20220314135054-2263ae431a5f
|
|
github.com/go-gost/relay v0.1.1-0.20211123134818-8ef7fd81ffd7
|
|
github.com/go-gost/tls-dissector v0.0.2-0.20211125135007-2b5d5bd9c07e
|
|
github.com/golang/snappy v0.0.4
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/lucas-clemente/quic-go v0.25.0
|
|
github.com/miekg/dns v1.1.45
|
|
github.com/milosgajdos/tenus v0.0.3
|
|
github.com/rs/xid v1.3.0
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.5
|
|
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/xtaci/kcp-go/v5 v5.6.1
|
|
github.com/xtaci/smux v1.5.16
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
require (
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/coreos/go-iptables v0.5.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/klauspost/cpuid v1.3.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.9 // indirect
|
|
github.com/marten-seemann/qpack v0.2.1 // indirect
|
|
github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect
|
|
github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect
|
|
github.com/marten-seemann/qtls-go1-18 v0.1.0-beta.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.12.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/templexxx/cpu v0.0.7 // indirect
|
|
github.com/templexxx/xorsimd v0.4.1 // indirect
|
|
github.com/tjfoc/gmsm v1.3.2 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.9 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|