aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-06 00:08:55 +0700
committerShulhan <ms@kilabit.info>2022-09-06 00:10:18 +0700
commitb8b34200320caeec1160523053b19e1e1be5079d (patch)
tree3c1e4344bfa9e8570c1cc463cff227df21370fa4 /go.mod
parent48d8d04b2da02f50348cb66ff45866556616e099 (diff)
downloadciigo-b8b34200320caeec1160523053b19e1e1be5079d.tar.xz
all: update all dependencies
The latest asciidoctor-go module fix parsing list description inside include directive.
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 0a1b263..5057b01 100644
--- a/go.mod
+++ b/go.mod
@@ -6,13 +6,13 @@ module git.sr.ht/~shulhan/ciigo
go 1.18
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.3.1
- github.com/shuLhan/share v0.40.0
+ git.sr.ht/~shulhan/asciidoctor-go v0.3.2
+ github.com/shuLhan/share v0.41.0
)
require (
- golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
- golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
+ golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go