diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,18 +3,18 @@ module git.sr.ht/~shulhan/ciigo -go 1.19 +go 1.20 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.0 - github.com/shuLhan/share v0.50.0 - github.com/yuin/goldmark v1.5.6 + git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45 + github.com/shuLhan/share v0.50.1 + github.com/yuin/goldmark v1.6.0 github.com/yuin/goldmark-meta v1.1.0 ) require ( golang.org/x/net v0.17.0 // indirect - golang.org/x/sys v0.13.0 // indirect + golang.org/x/sys v0.14.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
