aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-12-13 12:08:27 +0700
committerShulhan <ms@kilabit.info>2024-12-13 12:08:55 +0700
commit0f1f7c4d8eeb290208677c4031747e3bb478f6bb (patch)
treed8c6aca0b8b662a88048c3878af30bfe9846d17d /go.mod
parent74fc03cf3afb72c05f9dbb6b259618db522521d5 (diff)
downloadkamusku-0f1f7c4d8eeb290208677c4031747e3bb478f6bb.tar.xz
go.mod: update all dependencies
This fix kbbi login issue due to minimal TLS version (1.3) cause the connection being blocked by CloudFlare. The new kamusd version has been deployed immediately.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 5d3818c..d0d4b8e 100644
--- a/go.mod
+++ b/go.mod
@@ -3,16 +3,16 @@
module git.sr.ht/~shulhan/kamusku
-go 1.21
+go 1.23.3
require (
- git.sr.ht/~shulhan/kbbi v0.1.1-0.20240417173155-64ea2467ced3
- git.sr.ht/~shulhan/pakakeh.go v0.54.1-0.20240416175429-f319122b7363
+ git.sr.ht/~shulhan/kbbi v0.1.1-0.20241213050244-4be4e6c13760
+ git.sr.ht/~shulhan/pakakeh.go v0.58.2-0.20241212161141-3361472cc3d4
)
require (
- golang.org/x/net v0.24.0 // indirect
- golang.org/x/sys v0.19.0 // indirect
+ golang.org/x/net v0.32.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
)
//replace git.sr.ht/~shulhan/kbbi => ../kbbi