aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-12-12 21:28:49 +0700
committerShulhan <ms@kilabit.info>2025-01-02 03:14:16 +0700
commit9a5e753864629aedcb5d91b66459e3773c7f835a (patch)
treebda4d953c30f36fbd4e712972193c76b2e602ac2 /go.mod
parent29905485926706ca462c95a793d4312e86434357 (diff)
downloadkbbi-9a5e753864629aedcb5d91b66459e3773c7f835a.tar.xz
all: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index b1e8afe..2280035 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,13 @@
module git.sr.ht/~shulhan/kbbi
-go 1.21
+go 1.23.3
require (
- git.sr.ht/~shulhan/pakakeh.go v0.57.0
- golang.org/x/net v0.29.0
+ git.sr.ht/~shulhan/pakakeh.go v0.58.1
+ golang.org/x/net v0.32.0
)
-require golang.org/x/sys v0.25.0 // indirect
+require golang.org/x/sys v0.28.0 // indirect
+
+//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go