diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-12 21:28:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-02 03:14:16 +0700 |
| commit | 9a5e753864629aedcb5d91b66459e3773c7f835a (patch) | |
| tree | bda4d953c30f36fbd4e712972193c76b2e602ac2 /go.mod | |
| parent | 29905485926706ca462c95a793d4312e86434357 (diff) | |
| download | kbbi-9a5e753864629aedcb5d91b66459e3773c7f835a.tar.xz | |
all: update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |
