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