Init commit

This commit is contained in:
世界 2023-02-20 11:39:15 +08:00
commit a42f217515
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 68 additions and 0 deletions

6
.github/update_dependencies.sh vendored Executable file
View file

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