aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 7 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index ee4ee28..ce4fe89 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,15 @@
module github.com/shuLhan/beku
-go 1.18
+go 1.23.4
require (
- github.com/shuLhan/share v0.44.0
- golang.org/x/tools v0.1.12
+ git.sr.ht/~shulhan/pakakeh.go v0.60.1
+ golang.org/x/tools/go/vcs v0.1.0-deprecated
)
-require golang.org/x/sys v0.5.0 // indirect
+require (
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
+)
//replace github.com/shuLhan/share => ../share