mirror of
https://git.mills.io/prologic/zs
synced 2024-11-25 14:56:12 +03:00
12 lines
280 B
Modula-2
12 lines
280 B
Modula-2
|
module github.com/zserge/zs
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
||
|
github.com/russross/blackfriday v2.0.0+incompatible
|
||
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||
|
github.com/yosssi/gcss v0.1.0
|
||
|
gopkg.in/yaml.v2 v2.2.2
|
||
|
)
|