forked from trojan-gfw/igniter-go-libs
-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
19 lines (15 loc) · 731 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/trojan-gfw/igniter-go-libs
go 1.14
replace github.com/eycorsican/go-tun2socks => github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200428102113-65b167764b4c
replace github.com/Dreamacro/clash => github.com/trojan-gfw/clash v0.19.1-0.20200508112901-60ca8fd6f986
require (
github.com/Dreamacro/clash v0.0.0
github.com/djherbis/buffer v1.1.0 // indirect
github.com/djherbis/nio v2.0.3+incompatible // indirect
github.com/eycorsican/go-tun2socks v0.0.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/p4gefau1t/trojan-go v0.4.10
github.com/sirupsen/logrus v1.6.0
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/v2pro/plz v0.0.0-20180227161703-2d49b86ea382 // indirect
)