Files
avo/go.mod
Michael McLoughlin 0bcbe82731 ci: fix build for go 1.13 (#96)
Updates modules handling so build passes in Go 1.13. Bypasses modules for tools install in bootstrap. Upgrades golangci-lint version to avoid bug with v1.17.1 under Go 1.13.

Fixes #95
2019-09-15 14:43:44 -07:00

9 lines
165 B
Modula-2

module github.com/mmcloughlin/avo
go 1.11
require (
golang.org/x/arch v0.0.0-20190909030613-46d78d1859ac
golang.org/x/tools v0.0.0-20190914235951-31e00f45c22e
)