diff options
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 |
