86 lines
3.8 KiB
Modula-2
86 lines
3.8 KiB
Modula-2
module github.com/go-gost/gost
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/coreos/go-iptables v0.5.0 // indirect
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-gost/gosocks4 v0.0.1
|
|
github.com/go-gost/gosocks5 v0.3.1-0.20211109033403-d894d75b7f09
|
|
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/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/golang/snappy v0.0.3
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/klauspost/cpuid v1.3.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.9 // indirect
|
|
github.com/lucas-clemente/quic-go v0.24.0
|
|
github.com/magiconair/properties v1.8.5 // 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/miekg/dns v1.1.45
|
|
github.com/milosgajdos/tenus v0.0.3
|
|
github.com/mitchellh/mapstructure v1.4.2 // 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.4 // indirect
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
|
github.com/rs/xid v1.3.0
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.4
|
|
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.9.0
|
|
github.com/subosito/gotenv v1.2.0 // 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
|
|
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-20211215153901-e495a2d5b3d3
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/grpc v1.44.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/ini.v1 v1.63.2 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/marten-seemann/qpack v0.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
|
|
)
|