aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index a309b52..24624fe 100644
--- a/go.mod
+++ b/go.mod
@@ -1,22 +1,22 @@
-// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: CC0-1.0
+// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info>
module git.sr.ht/~shulhan/kamusku
-go 1.24.0
+go 1.25.0
require (
- git.sr.ht/~shulhan/kbbi v0.2.0
- git.sr.ht/~shulhan/pakakeh.go v0.60.2
+ git.sr.ht/~shulhan/kbbi v0.2.1-0.20260206124856-7a38b33247a3
+ git.sr.ht/~shulhan/pakakeh.go v0.61.0
)
require (
- golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
- golang.org/x/mod v0.31.0 // indirect
- golang.org/x/net v0.48.0 // indirect
+ golang.org/x/exp v0.0.0-20260211191109-2735e65f0518 // indirect
+ golang.org/x/mod v0.33.0 // indirect
+ golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
- golang.org/x/sys v0.39.0 // indirect
- golang.org/x/tools v0.40.0 // indirect
+ golang.org/x/sys v0.41.0 // indirect
+ golang.org/x/tools v0.42.0 // indirect
)
//replace git.sr.ht/~shulhan/kbbi => ../kbbi