aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-12-10 02:50:18 +0700
committerShulhan <ms@kilabit.info>2023-12-10 02:50:18 +0700
commit582deec99c0028a6759cfc70f2edd05a98547827 (patch)
treedd2d5a70bf19a05e5619db19c247be8320eb8a5c /go.mod
parent65df21ec938be88ea4441503d665aaf09e796ce7 (diff)
downloadciigo-582deec99c0028a6759cfc70f2edd05a98547827.tar.xz
go.mod: update all dependencies
The update on asciidoctor-go fix the custom ID on the first section always being replaced.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index f6f8ff8..6c89253 100644
--- a/go.mod
+++ b/go.mod
@@ -6,15 +6,15 @@ module git.sr.ht/~shulhan/ciigo
go 1.20
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45
- github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2
+ git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231209194435-cb215a6d8138
+ github.com/shuLhan/share v0.51.0
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.14.0 // indirect
+ golang.org/x/net v0.19.0 // indirect
+ golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)