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 ce4fe89..248979a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,15 +1,15 @@
module github.com/shuLhan/beku
-go 1.23.4
+go 1.25.0
require (
- git.sr.ht/~shulhan/pakakeh.go v0.60.1
+ git.sr.ht/~shulhan/pakakeh.go v0.61.0
golang.org/x/tools/go/vcs v0.1.0-deprecated
)
require (
- golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
- golang.org/x/sys v0.32.0 // indirect
+ golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
+ golang.org/x/sys v0.41.0 // indirect
)
-//replace github.com/shuLhan/share => ../share
+//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go