summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 69391a4..5447824 100644
--- a/go.mod
+++ b/go.mod
@@ -3,18 +3,18 @@
module git.sr.ht/~shulhan/ciigo
-go 1.18
+go 1.19
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.4.1
- github.com/shuLhan/share v0.46.0
+ git.sr.ht/~shulhan/asciidoctor-go v0.5.0
+ github.com/shuLhan/share v0.47.0
github.com/yuin/goldmark v1.5.4
github.com/yuin/goldmark-meta v1.1.0
)
require (
- golang.org/x/net v0.7.0 // indirect
- golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/net v0.10.0 // indirect
+ golang.org/x/sys v0.8.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)