aboutsummaryrefslogtreecommitdiff
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 6f02900..9cc79cf 100644
--- a/go.mod
+++ b/go.mod
@@ -6,16 +6,16 @@ module github.com/shuLhan/rescached-go/v4
go 1.20
require (
- git.sr.ht/~shulhan/ciigo v0.10.1
- github.com/shuLhan/share v0.50.2-0.20231127120456-635cdf86fcfd
+ git.sr.ht/~shulhan/ciigo v0.11.0
+ github.com/shuLhan/share v0.53.1-0.20240204074700-48e6dced72d4
)
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45 // indirect
+ git.sr.ht/~shulhan/asciidoctor-go v0.5.1 // indirect
github.com/yuin/goldmark v1.6.0 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
- golang.org/x/net v0.19.0 // indirect
- golang.org/x/sys v0.15.0 // indirect
+ golang.org/x/net v0.20.0 // indirect
+ golang.org/x/sys v0.16.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)