From 29e98f024511311f5ddabb5b73ea52d046d23d78 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 12 Feb 2026 09:21:20 +0700 Subject: go.mod: pembaruan semua dependensi --- go.mod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'go.mod') 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 // SPDX-License-Identifier: CC0-1.0 +// SPDX-FileCopyrightText: 2020 M. Shulhan 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 -- cgit v1.3