9
go.mod
Normal file
9
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user