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

View file

@ -16,28 +16,6 @@ jobs:
build:
name: Debug build
runs-on: ubuntu-latest
strategy:
matrix:
goos: [ windows, linux, darwin ]
goarch: [ amd64, 386 ]
exclude:
- goarch: 386
goos: darwin
include:
- goos: darwin
goarch: arm64
- goos: linux
goarch: arm64
- goos: windows
goarch: arm64
- goos: android
goarch: arm64
fail-fast: false
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
GOARM: ${{ matrix.goarm }}
CGO_ENABLED: 0
steps:
- name: Checkout
uses: actions/checkout@v2
@ -48,4 +26,4 @@ jobs:
with:
go-version: 1.18.1
- name: Build
run: go build -v ./...
run: make

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

4
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d
github.com/go-acme/lego/v4 v4.6.0
github.com/go-resty/resty/v2 v2.7.0
github.com/klauspost/compress v1.15.3
github.com/klauspost/compress v1.15.4
github.com/lucas-clemente/quic-go v0.27.0
github.com/openacid/low v0.1.21
github.com/oschwald/geoip2-golang v1.7.0
@ -19,7 +19,7 @@ require (
github.com/ulikunitz/xz v0.5.10
github.com/v2fly/v2ray-core/v5 v5.0.6
github.com/vishvananda/netlink v1.2.0-beta
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
golang.zx2c4.com/wireguard v0.0.0-20220407013110-ef5c587f782d

421
go.sum

File diff suppressed because it is too large Load diff