Update dependencies

This commit is contained in:
世界 2022-05-12 06:16:09 +08:00
parent e44d440031
commit b1ce47aaca
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 14 additions and 442 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
.:
go run ./cli/buildx --name ss-local --path ./cli/ss-local
go run ./cli/buildx --name ss-server --path ./cli/ss-server
release:
go run ./cli/buildx --name ss-local --path ./cli/ss-local --release
go run ./cli/buildx --name ss-server --path ./cli/ss-server --release