diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 20:30:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 20:30:43 +0700 |
| commit | 5fa13d543a6a9527cc94625b2c158ffdb2e8e133 (patch) | |
| tree | 0a15ebbaaa6b1a50a1c08a8e561f98ec748c96ff /go.mod | |
| parent | 2a1ae977a5e68439c97d47fe594d3a7514345166 (diff) | |
| download | lilin-5fa13d543a6a9527cc94625b2c158ffdb2e8e133.tar.xz | |
go.mod: set minimum Go version 1.24.0 and update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -3,15 +3,15 @@ module git.sr.ht/~shulhan/lilin -go 1.25 +go 1.24.0 -require git.sr.ht/~shulhan/pakakeh.go v0.60.1 +require git.sr.ht/~shulhan/pakakeh.go v0.60.2 require ( - golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect - golang.org/x/mod v0.24.0 // indirect - golang.org/x/net v0.39.0 // indirect - golang.org/x/sync v0.13.0 // indirect - golang.org/x/sys v0.32.0 // indirect - golang.org/x/tools v0.32.0 // indirect + golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect + golang.org/x/mod v0.31.0 // indirect + golang.org/x/net v0.48.0 // indirect + golang.org/x/sync v0.19.0 // indirect + golang.org/x/sys v0.39.0 // indirect + golang.org/x/tools v0.40.0 // indirect ) |
