diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-10 12:23:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-10 12:23:57 +0700 |
| commit | f42629996582fd7ae5da2efe00f5e891a3a12151 (patch) | |
| tree | 700d90a9cd9cf9f5769e3d6941c59fe79d6c29f4 /go.mod | |
| parent | 7a38b33247a339e4be80d2bfa040c5ba9e0c051b (diff) | |
| download | kbbi-main.tar.xz | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,21 +1,21 @@ -// SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> module git.sr.ht/~shulhan/kbbi -go 1.24.0 +go 1.25.0 require ( - git.sr.ht/~shulhan/pakakeh.go v0.60.2 - golang.org/x/net v0.48.0 + git.sr.ht/~shulhan/pakakeh.go v0.61.0 + golang.org/x/net v0.50.0 ) require ( - golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect - golang.org/x/mod v0.31.0 // indirect + golang.org/x/exp v0.0.0-20260209203927-2842357ff358 // indirect + golang.org/x/mod v0.33.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/pakakeh.go => ../pakakeh.go |
