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>
This commit is contained in:
Iru Cai 2021-03-02 19:24:38 +08:00 committed by Felix Held
parent 749d2d70aa
commit 6e3f048111
1 changed files with 1 additions and 0 deletions

1
util/autoport/go.mod Normal file
View File

@ -0,0 +1 @@
module autoport