diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-17 17:50:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-18 21:55:35 +0700 |
| commit | 182a79905737010fa135d101be656144b7b0f39a (patch) | |
| tree | 2074073942e549924d29fd1c9f84571a827c14c5 /go.mod | |
| parent | 97b8266d5a6c95dd70c255845aafbb82cacc97d9 (diff) | |
| download | haminer-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.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |
