forked from p4gefau1t/trojan-go-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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
)