summaryrefslogtreecommitdiffstats
path: root/util/autoport/go.mod
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-03-02 19:24:38 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-05-25 12:27:00 +0000
commit6e3f0481117c295ff5722c124b12c88e9bd763e0 (patch)
treefd446ea9c7d5fbb5558a7f91e3efc48f0c451c47 /util/autoport/go.mod
parent749d2d70aa12a33deb724b930b88c81030ccc3ba (diff)
downloadcoreboot-6e3f0481117c295ff5722c124b12c88e9bd763e0.tar.gz
coreboot-6e3f0481117c295ff5722c124b12c88e9bd763e0.tar.bz2
coreboot-6e3f0481117c295ff5722c124b12c88e9bd763e0.zip
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 <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51175 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/autoport/go.mod')
-rw-r--r--util/autoport/go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/autoport/go.mod b/util/autoport/go.mod
new file mode 100644
index 000000000000..55a89cc9e126
--- /dev/null
+++ b/util/autoport/go.mod
@@ -0,0 +1 @@
+module autoport