1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

Add go mod dependencies to fix build errors

This commit is contained in:
Carlo Strub 2020-06-10 19:56:10 +00:00
parent 4c56f0e855
commit f79d5533ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538436

View File

@ -16,6 +16,12 @@ USES= go
GO_TARGET= ./meek-client \
./meek-server
GH_TUPLE= \
golang:crypto:4b2356b1ed79:golang_crypto/vendor/golang.org/x/crypto \
golang:net:ff2c4b7c35a0:golang_net/vendor/golang.org/x/net \
golang:sys:593003d681fa:golang_sys/vendor/golang.org/x/sys \
golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \
refraction-networking:utls:43c36d3c1f57:refraction_networking_utls/vendor/github.com/refraction-networking/utls
PLIST_FILES= bin/meek-client \
bin/meek-server \