source: code/trunk/go.mod@ 47

Last change on this file since 47 was 47, checked in by prologic, 4 years ago

Fix deps

File size: 208 bytes
RevLine 
[44]1module github.com/zserge/zs
2
[47]3go 1.17
[44]4
5require (
6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
[47]7 github.com/russross/blackfriday/v2 v2.1.0
[44]8 github.com/yosssi/gcss v0.1.0
[47]9 gopkg.in/yaml.v2 v2.4.0
[44]10)
Note: See TracBrowser for help on using the repository browser.