aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-09-08 01:22:00 +0700
committerShulhan <ms@kilabit.info>2024-09-08 01:22:00 +0700
commitbb5f413739395991bb20316e16f31d473bdfe71c (patch)
tree2699d4b34308f07324c75b213a29f338b67806aa /go.mod
parentc48d8614027569d0f68203d83e7b4abb17bd6b7c (diff)
downloadhaminer-bb5f413739395991bb20316e16f31d473bdfe71c.tar.xz
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 168e5da..69260e6 100644
--- a/go.mod
+++ b/go.mod
@@ -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