aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-17 17:50:17 +0700
committerShulhan <ms@kilabit.info>2024-03-18 21:55:35 +0700
commit182a79905737010fa135d101be656144b7b0f39a (patch)
tree2074073942e549924d29fd1c9f84571a827c14c5 /go.mod
parent97b8266d5a6c95dd70c255845aafbb82cacc97d9 (diff)
downloadhaminer-182a79905737010fa135d101be656144b7b0f39a.tar.xz
all: create new dummy backend to test backend in HAProxy
The haminer-dummy-backend run in container and serve two ports in HTTP and TCP modes.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c359df6..b920d38 100644
--- a/go.mod
+++ b/go.mod
@@ -4,4 +4,7 @@ go 1.21
require git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240315075343-713d51e4792f
-require golang.org/x/sys v0.18.0 // indirect
+require (
+ golang.org/x/net v0.22.0 // indirect
+ golang.org/x/sys v0.18.0 // indirect
+)