moth/go.mod

12 lines
282 B
Modula-2
Raw Normal View History

2020-02-29 16:53:08 -07:00
module github.com/dirtbags/moth
go 1.13
require (
2020-09-11 20:46:17 -06:00
github.com/russross/blackfriday/v2 v2.0.1
2020-08-14 20:26:04 -06:00
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2020-09-17 19:35:46 -06:00
github.com/spf13/afero v1.4.0
golang.org/x/tools v0.0.0-20201202200335-bef1c476418a // indirect
2020-08-28 14:15:19 -06:00
gopkg.in/yaml.v2 v2.3.0
2020-02-29 16:53:08 -07:00
)