meta: initialize go modules

Updates #21
This commit is contained in:
Michael McLoughlin
2019-01-06 18:58:27 -08:00
parent ff7d8afefe
commit 80a1adc4bb
3 changed files with 23 additions and 4 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/mmcloughlin/avo
require (
github.com/campoy/embedmd v1.0.0 // indirect
github.com/dlespiau/covertool v0.0.0-20180314162135-b0c4c6d0583a // indirect
github.com/urfave/cli v1.20.0 // indirect
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045
golang.org/x/tools v0.0.0-20190106171756-3ef68632349c
)