aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-08-13 10:25:53 -0400
committerXe Iaso <me@xeiaso.net>2023-08-13 10:25:53 -0400
commit07cd5a82210a34ed71ca40057d4bf68cd2d70459 (patch)
tree6f4de93386040264d7acf4daff28a2d19fc655d2 /go.mod
parentf940520e74d2ac589f231d3386346534035effd3 (diff)
downloadx-07cd5a82210a34ed71ca40057d4bf68cd2d70459.tar.xz
x-07cd5a82210a34ed71ca40057d4bf68cd2d70459.zip
cmd/sanguisuga: fix lock hang
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 0f08c35..285865a 100644
--- a/go.mod
+++ b/go.mod
@@ -62,12 +62,14 @@ require (
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/google/nftables v0.1.1-0.20230115205135-9aa6fdf5a28c // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
+ github.com/google/subcommands v1.2.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/miekg/dns v1.1.55 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
+ github.com/rodaine/table v1.1.0 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.48.0 // indirect