Fix deps
git-svn-id: file:///srv/svn/repo/aya/trunk@47 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,11 +1,10 @@
|
||||
module github.com/zserge/zs
|
||||
|
||||
go 1.13
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
||||
gopkg.in/russross/blackfriday.v2 v2.0.0+incompatible
|
||||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0
|
||||
github.com/yosssi/gcss v0.1.0
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user