This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
49 changed files
with
216 additions
and
23 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,4 +0,0 @@ | ||
[submodule "static/gh-pages"] | ||
path = static/gh-pages | ||
url = https://github.com/haishanh/yacd.git | ||
branch = gh-pages | ||
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,10 +1,37 @@ | ||
module github.com/imgk/TrayedClash | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/Dreamacro/clash v1.6.0 | ||
github.com/Dreamacro/clash v1.6.5 | ||
github.com/getlantern/systray v1.1.0 | ||
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 | ||
golang.org/x/sys v0.0.0-20210903071746-97244b99971b | ||
) | ||
|
||
require ( | ||
github.com/Dreamacro/go-shadowsocks2 v0.1.7 // indirect | ||
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect | ||
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect | ||
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect | ||
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect | ||
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect | ||
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect | ||
github.com/go-chi/chi/v5 v5.0.3 // indirect | ||
github.com/go-chi/cors v1.2.0 // indirect | ||
github.com/go-chi/render v1.0.1 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/gorilla/websocket v1.4.2 // 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/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
go.uber.org/atomic v1.8.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/text v0.3.6 // 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
Submodule gh-pages
deleted from
f50f9c
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
yacd.haishan.me |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# for netlify hosting | ||
# https://docs.netlify.com/routing/headers/#syntax-for-the-headers-file | ||
|
||
/* | ||
X-Frame-Options: DENY | ||
X-XSS-Protection: 1; mode=block | ||
X-Content-Type-Options: nosniff | ||
Referrer-Policy: same-origin | ||
/*.css | ||
Cache-Control: public, max-age=31536000, immutable | ||
/*.js | ||
Cache-Control: public, max-age=31536000, immutable |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.