forked from passwa11/ClashX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
d443895
commit 87041b5
Showing
5 changed files
with
77 additions
and
45 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
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,9 +1,34 @@ | ||
module github.com/yichengchen/clashX/ClashX | ||
|
||
require ( | ||
github.com/Dreamacro/clash v1.8.1-0.20211110141911-499beb734422 | ||
github.com/Dreamacro/clash v1.9.1-0.20220105034131-d237b041b3b9 | ||
github.com/oschwald/geoip2-golang v1.5.0 | ||
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 | ||
) | ||
|
||
go 1.16 | ||
require ( | ||
github.com/Dreamacro/go-shadowsocks2 v0.1.7 // indirect | ||
github.com/go-chi/chi/v5 v5.0.7 // indirect | ||
github.com/go-chi/cors v1.2.0 // indirect | ||
github.com/go-chi/render v1.0.1 // indirect | ||
github.com/gofrs/uuid v4.2.0+incompatible // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/insomniacslk/dhcp v0.0.0-20211214070828-5297eed8f489 // indirect | ||
github.com/miekg/dns v1.1.45 // indirect | ||
github.com/oschwald/maxminddb-golang v1.8.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) | ||
|
||
go 1.17 |
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
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
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