github.com/ipfans/trojan-go@v0.11.0/go.mod (about)

     1  module github.com/ipfans/trojan-go
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/go-sql-driver/mysql v1.6.0
     7  	github.com/refraction-networking/utls v1.1.5
     8  	github.com/shadowsocks/go-shadowsocks2 v0.1.5
     9  	github.com/smartystreets/goconvey v1.7.2
    10  	github.com/stretchr/testify v1.8.1
    11  	github.com/txthinking/socks5 v0.0.0-20220615051428-39268faee3e6
    12  	github.com/v2fly/v2ray-core/v4 v4.45.2
    13  	github.com/xtaci/smux v1.5.16
    14  	golang.org/x/net v0.0.0-20220909164309-bea034e7d591
    15  	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
    16  	golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
    17  	google.golang.org/grpc v1.41.0
    18  	google.golang.org/protobuf v1.27.1
    19  	gopkg.in/yaml.v3 v3.0.1
    20  )
    21  
    22  require (
    23  	github.com/andybalholm/brotli v1.0.4 // indirect
    24  	github.com/davecgh/go-spew v1.1.1 // indirect
    25  	github.com/golang/protobuf v1.5.2 // indirect
    26  	github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
    27  	github.com/jtolds/gls v4.20.0+incompatible // indirect
    28  	github.com/klauspost/compress v1.15.9 // indirect
    29  	github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
    30  	github.com/pires/go-proxyproto v0.6.1 // indirect
    31  	github.com/pmezard/go-difflib v1.0.0 // indirect
    32  	github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
    33  	github.com/smartystreets/assertions v1.2.0 // indirect
    34  	github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
    35  	github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
    36  	go.starlark.net v0.0.0-20210901212718-87f333178d59 // indirect
    37  	go4.org/intern v0.0.0-20220301175310-a089fc204883 // indirect
    38  	go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
    39  	golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
    40  	golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
    41  	golang.org/x/text v0.3.7 // indirect
    42  	google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
    43  	inet.af/netaddr v0.0.0-20210903134321-85fa6c94624e // indirect
    44  )