Force -mod=vendor for meek-client

This commit is contained in:
Miguel Jacq 2025-02-07 15:26:49 +11:00
parent 19fa391645
commit b676936256
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -91,7 +91,7 @@ modules:
GO11MODULE: on
GOROOT: /usr/lib/sdk/golang
build-commands:
- ". /usr/lib/sdk/golang/enable.sh && go build -o /app/bin/meek-client ./meek-client"
- ". /usr/lib/sdk/golang/enable.sh && go build -mod=vendor -o /app/bin/meek-client ./meek-client"
sources:
- type: git
url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek.git