diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-14 23:36:11 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-14 23:36:11 +0700 |
| commit | 6754efaefeec3290a690339df563890b85775458 (patch) | |
| tree | bf5fbe14631ec81b9e71806e4e49939982dfe9b2 /go.mod | |
| parent | c51a2583a4f1c5103cfe139a2ca1981f95b11f20 (diff) | |
| download | kamusku-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.mod | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |
