mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
17 lines
557 B
AMPL
17 lines
557 B
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/go-acme/lego/v3 v3.5.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
github.com/xtaci/smux v2.0.1+incompatible
|
|
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df
|
|
golang.org/x/net v0.0.0-20200320220750-118fecf932d8
|
|
golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae
|
|
)
|