From 6e3f0481117c295ff5722c124b12c88e9bd763e0 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Tue, 2 Mar 2021 19:24:38 +0800 Subject: [PATCH] autoport: add a go.mod file Go 1.16 needs this when running `go build` without GO111MODULE=off. Change-Id: I9dcb134a68b7a726f1466a472a415c9558f60524 Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/c/coreboot/+/51175 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- util/autoport/go.mod | 1 + 1 file changed, 1 insertion(+) create mode 100644 util/autoport/go.mod diff --git a/util/autoport/go.mod b/util/autoport/go.mod new file mode 100644 index 0000000000..55a89cc9e1 --- /dev/null +++ b/util/autoport/go.mod @@ -0,0 +1 @@ +module autoport