From b6769362562dd23075abf0aa5989a80357b83a5a Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 7 Feb 2025 15:26:49 +1100 Subject: [PATCH] Force -mod=vendor for meek-client --- flatpak/org.onionshare.OnionShare.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/org.onionshare.OnionShare.yaml b/flatpak/org.onionshare.OnionShare.yaml index c944248f..2378bcae 100644 --- a/flatpak/org.onionshare.OnionShare.yaml +++ b/flatpak/org.onionshare.OnionShare.yaml @@ -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