Files
trojan-go/go.mod
T
2020-03-19 15:33:04 +08:00

13 lines
358 B
AMPL

module github.com/p4gefau1t/trojan-go
go 1.13
require (
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
github.com/pkg/errors v0.9.1 // indirect
github.com/withmandala/go-log v0.1.0
github.com/xtaci/smux v2.0.1+incompatible
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
)