diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-08 01:22:00 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-08 01:22:00 +0700 |
| commit | bb5f413739395991bb20316e16f31d473bdfe71c (patch) | |
| tree | 2699d4b34308f07324c75b213a29f338b67806aa /go.mod | |
| parent | c48d8614027569d0f68203d83e7b4abb17bd6b7c (diff) | |
| download | haminer-bb5f413739395991bb20316e16f31d473bdfe71c.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,13 +3,13 @@ module git.sr.ht/~shulhan/haminer go 1.21 require ( - git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240315075343-713d51e4792f + git.sr.ht/~shulhan/pakakeh.go v0.57.0 github.com/lib/pq v1.10.9 ) require ( - golang.org/x/net v0.22.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/net v0.29.0 // indirect + golang.org/x/sys v0.25.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
