update Makefile.cross-compiles and support darwin/arm64 (#2295)

This commit is contained in:
fatedier
2021-03-15 21:02:56 +08:00
committed by GitHub
parent 8e25f13201
commit 184a0ff9ab
7 changed files with 23 additions and 40 deletions

5
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/fatedier/frp
go 1.15
go 1.16
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
@@ -29,7 +29,6 @@ require (
github.com/templexxx/cpufeat v0.0.0-20170927014610-3794dfbfb047 // indirect
github.com/templexxx/xor v0.0.0-20170926022130-0af8e873c554 // indirect
github.com/tjfoc/gmsm v0.0.0-20171124023159-98aa888b79d8 // indirect
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
@@ -38,4 +37,4 @@ require (
gopkg.in/ini.v1 v1.62.0
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
k8s.io/apimachinery v0.18.3
)
)