aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 10 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 527829b..f14d729 100644
--- a/go.mod
+++ b/go.mod
@@ -1,21 +1,23 @@
module git.sr.ht/~shulhan/go-x-proposal
-go 1.19
+go 1.25.0
require (
- git.sr.ht/~shulhan/ciigo v0.10.0
- github.com/shuLhan/share v0.46.0
+ git.sr.ht/~shulhan/ciigo v0.15.4-0.20260203211706-b447e8991270
+ git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444
)
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.4.1 // indirect
- github.com/yuin/goldmark v1.5.4 // indirect
+ git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d // indirect
+ github.com/kr/text v0.2.0 // indirect
+ github.com/yuin/goldmark v1.7.13 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
- golang.org/x/net v0.7.0 // indirect
- golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
+ golang.org/x/net v0.48.0 // indirect
+ golang.org/x/sys v0.39.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
-//replace github.com/shuLhan/share => ../share
+//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go
//replace git.sr.ht/~shulhan/ciigo => ../ciigo