mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 20:41:05 -07:00
10 lines
215 B
Modula-2
10 lines
215 B
Modula-2
module github.com/dirtbags/moth
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spf13/afero v1.4.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|