From 6754efaefeec3290a690339df563890b85775458 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 14 Jul 2025 23:36:11 +0700 Subject: 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. --- go.mod | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'go.mod') 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 -- cgit v1.3