aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-14 23:36:11 +0700
committerShulhan <ms@kilabit.info>2025-07-14 23:36:11 +0700
commit6754efaefeec3290a690339df563890b85775458 (patch)
treebf5fbe14631ec81b9e71806e4e49939982dfe9b2 /go.mod
parentc51a2583a4f1c5103cfe139a2ca1981f95b11f20 (diff)
downloadkamusku-6754efaefeec3290a690339df563890b85775458.tar.xz
go.mod: upgrade package pakakeh.go to v0.60.1
Since v0.60.1 the lib/hunspell package has been removed due to inactivity. We replace it by copying the internal function MergeDictionaries directly.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 8 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d0d4b8e..fdc1464 100644
--- a/go.mod
+++ b/go.mod
@@ -3,16 +3,20 @@
module git.sr.ht/~shulhan/kamusku
-go 1.23.3
+go 1.23.4
require (
git.sr.ht/~shulhan/kbbi v0.1.1-0.20241213050244-4be4e6c13760
- git.sr.ht/~shulhan/pakakeh.go v0.58.2-0.20241212161141-3361472cc3d4
+ git.sr.ht/~shulhan/pakakeh.go v0.60.1
)
require (
- golang.org/x/net v0.32.0 // indirect
- golang.org/x/sys v0.28.0 // indirect
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
+ golang.org/x/mod v0.24.0 // indirect
+ golang.org/x/net v0.39.0 // indirect
+ golang.org/x/sync v0.13.0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
+ golang.org/x/tools v0.32.0 // indirect
)
//replace git.sr.ht/~shulhan/kbbi => ../kbbi