diff options
author | Iru Cai <mytbk920423@gmail.com> | 2021-03-02 19:24:38 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-25 12:27:00 +0000 |
commit | 6e3f0481117c295ff5722c124b12c88e9bd763e0 (patch) | |
tree | fd446ea9c7d5fbb5558a7f91e3efc48f0c451c47 | |
parent | 749d2d70aa12a33deb724b930b88c81030ccc3ba (diff) |
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>
-rw-r--r-- | util/autoport/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
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 |