From: Laszlo Boszormenyi (GCS) Date: Sun, 17 Sep 2023 13:13:50 +0000 (+0100) Subject: Go mod can't be specified X-Git-Tag: archive/raspbian/0.19.0-2.1+rpi1^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c987c13fd7f0ba4372da556eef77625eb5623cc9;p=thrift.git Go mod can't be specified Forwarded: no Last-Update: 2023-07-02 Just delete those from Go invocation. Gbp-Pq: Name go_no_mod.patch --- diff --git a/lib/go/test/fuzz/Makefile.am b/lib/go/test/fuzz/Makefile.am index 56f138a..89c299d 100644 --- a/lib/go/test/fuzz/Makefile.am +++ b/lib/go/test/fuzz/Makefile.am @@ -19,8 +19,8 @@ gopathfuzz: $(THRIFT) fuzz.go $(THRIFT) -r --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift$(COMPILER_EXTRAFLAG) ../../../../tutorial/tutorial.thrift - cd gen-go/shared && go mod init shared - cd gen-go/tutorial && go mod init tutorial +# cd gen-go/shared && go mod init shared +# cd gen-go/tutorial && go mod init tutorial touch gopathfuzz check: gopathfuzz