summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-09-09 15:00:58 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-09-11 08:17:58 +0200
commitb6c892a08a29527211304b1558c2e584aa2e0cea (patch)
tree0899f8c321f14006a3b888ede6d4a7d66476301a /go.mod
parent28d12e4e5d72f087d23544de44b2af87d59bab95 (diff)
Provide a simple way to debug an integration test
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a2c8c36de..2c609288d 100644
--- a/go.mod
+++ b/go.mod
@@ -25,6 +25,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-runewidth v0.0.15
github.com/mgutz/str v1.2.0
+ github.com/mitchellh/go-ps v1.0.0
github.com/pmezard/go-difflib v1.0.0
github.com/sahilm/fuzzy v0.1.0
github.com/samber/lo v1.31.0