-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69fdff8
commit 5acaa52
Showing
2 changed files
with
112 additions
and
24 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,42 @@ | ||
module github.com/trojan-gfw/igniter-go-libs | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
replace github.com/eycorsican/go-tun2socks => github.com/trojan-gfw/go-tun2socks v1.16.3-0.20210702214000-083d49176e05 | ||
|
||
replace github.com/Dreamacro/clash => github.com/trojan-gfw/clash v0.19.1-0.20210702212818-f06dabd58f68 | ||
replace github.com/Dreamacro/clash => github.com/trojan-gfw/clash v0.19.1-0.20211219061034-20c830a2f459 | ||
|
||
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/sirupsen/logrus v1.8.1 | ||
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 | ||
) | ||
|
||
require ( | ||
github.com/Dreamacro/go-shadowsocks2 v0.1.7 // indirect | ||
github.com/djherbis/buffer v1.1.0 // indirect | ||
github.com/djherbis/nio v2.0.3+incompatible // indirect | ||
github.com/go-chi/chi/v5 v5.0.5 // indirect | ||
github.com/go-chi/cors v1.2.0 // indirect | ||
github.com/go-chi/render v1.0.1 // indirect | ||
github.com/gofrs/uuid v4.1.0+incompatible // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/miekg/dns v1.1.43 // indirect | ||
github.com/oschwald/geoip2-golang v1.5.0 // indirect | ||
github.com/oschwald/maxminddb-golang v1.8.0 // indirect | ||
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect | ||
github.com/v2pro/plz v0.0.0-20200805122259-422184e41b6e // indirect | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/net v0.0.0-20211105192438-b53810dc28af // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // 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