-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Syrone Wong <[email protected]>
- Loading branch information
1 parent
289d035
commit f7b3ff9
Showing
2 changed files
with
35 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
module github.com/trojan-gfw/igniter-go-libs | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
replace github.com/eycorsican/go-tun2socks => github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200811040842-c08eb9a80859 | ||
|
||
replace github.com/Dreamacro/clash => github.com/trojan-gfw/clash v0.19.1-0.20200811041148-ba614a755c33 | ||
replace github.com/Dreamacro/clash => github.com/trojan-gfw/clash v0.19.1-0.20200829120005-dd36d155e783 | ||
|
||
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/oschwald/maxminddb-golang v1.7.0 // indirect | ||
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 | ||
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect | ||
github.com/v2pro/plz v0.0.0-20200805122259-422184e41b6e // indirect | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect | ||
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect | ||
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters