Init commit

This commit is contained in:
世界
2022-06-30 21:27:56 +08:00
commit 60691819b1
39 changed files with 2202 additions and 0 deletions

7
.github/update_dependencies.sh vendored Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
PROJECTS=$(dirname "$0")/../..
go get -x github.com/sagernet/sing@$(git -C $PROJECTS/sing rev-parse HEAD)
go get -x github.com/sagernet/sing-shadowsocks@$(git -C $PROJECTS/sing-shadowsocks rev-parse HEAD)
go mod tidy