diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-11 13:15:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-11 13:15:47 +0700 |
| commit | 37632b2fc455187d90e058e319e35a9bff944df7 (patch) | |
| tree | 6d0d434e06ade50ed31ca81e4c7b26e4b2d29e38 /go.mod | |
| parent | 0933476ff61089bd5d846ebc48c4c9160302e802 (diff) | |
| download | kbbi-37632b2fc455187d90e058e319e35a9bff944df7.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -3,13 +3,16 @@ module git.sr.ht/~shulhan/kbbi -go 1.23.3 +go 1.23.4 require ( - git.sr.ht/~shulhan/pakakeh.go v0.58.2-0.20241212161141-3361472cc3d4 - golang.org/x/net v0.32.0 + git.sr.ht/~shulhan/pakakeh.go v0.59.0 + golang.org/x/net v0.34.0 ) -require golang.org/x/sys v0.28.0 // indirect +require ( + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect + golang.org/x/sys v0.29.0 // indirect +) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
