diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-08 01:25:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-08 01:27:26 +0700 |
| commit | 5319e3f4f05e724d9c0d6485b152b353dbbb2407 (patch) | |
| tree | 660ee95bd13b40c057f14af40a204147d5247046 /go.mod | |
| parent | bb5f413739395991bb20316e16f31d473bdfe71c (diff) | |
| download | haminer-5319e3f4f05e724d9c0d6485b152b353dbbb2407.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,15 +1,16 @@ module git.sr.ht/~shulhan/haminer -go 1.21 +go 1.23.4 require ( - git.sr.ht/~shulhan/pakakeh.go v0.57.0 + git.sr.ht/~shulhan/pakakeh.go v0.59.0 github.com/lib/pq v1.10.9 ) require ( - golang.org/x/net v0.29.0 // indirect - golang.org/x/sys v0.25.0 // indirect + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect + golang.org/x/net v0.34.0 // indirect + golang.org/x/sys v0.29.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
