summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 8 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2ff9258..11a5865 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,17 @@
module github.com/shuLhan/rescached-go/v4
-go 1.16
+go 1.19
require (
git.sr.ht/~shulhan/ciigo v0.9.3
- github.com/shuLhan/share v0.44.0
+ github.com/shuLhan/share v0.45.0
+)
+
+require (
+ git.sr.ht/~shulhan/asciidoctor-go v0.4.1 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
)
//replace github.com/shuLhan/share => ../share