Mercurial > yakumo_izuru > aya
diff go.mod @ 46:afb3280aaf28 draft
Fix deps
author | prologic |
---|---|
date | Fri, 17 Sep 2021 23:12:48 +0000 |
parents | 2d7f7f19bec3 |
children | 0adadd497d23 |
line wrap: on
line diff
--- a/go.mod Tue Mar 24 06:19:37 2020 +0000 +++ b/go.mod Fri Sep 17 23:12:48 2021 +0000 @@ -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 )