diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-13 12:08:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-12-13 12:08:55 +0700 |
| commit | 0f1f7c4d8eeb290208677c4031747e3bb478f6bb (patch) | |
| tree | d8c6aca0b8b662a88048c3878af30bfe9846d17d /go.mod | |
| parent | 74fc03cf3afb72c05f9dbb6b259618db522521d5 (diff) | |
| download | kamusku-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.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
