mirror of
https://git.mills.io/prologic/zs
synced 2024-11-22 05:16:11 +03:00
11 lines
208 B
Modula-2
11 lines
208 B
Modula-2
module github.com/zserge/zs
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/yosssi/gcss v0.1.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|