From 755ae0ef846d6a42678d0b8cb2c37108f79a0458 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 7 Aug 2022 09:44:50 +1000 Subject: add deadlock mutex package write to deadlock stderr after closing gocui more deadlock checking --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 9288d267b..c48bb78c6 100644 --- a/go.mod +++ b/go.mod @@ -30,6 +30,7 @@ require ( github.com/sahilm/fuzzy v0.1.0 github.com/samber/lo v1.10.1 github.com/sanity-io/litter v1.5.2 + github.com/sasha-s/go-deadlock v0.3.1 github.com/sirupsen/logrus v1.4.2 github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad github.com/stretchr/testify v1.7.0 @@ -58,6 +59,7 @@ require ( github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/onsi/ginkgo v1.10.3 // indirect github.com/onsi/gomega v1.7.1 // indirect + github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/rivo/uniseg v0.3.4 // indirect github.com/sergi/go-diff v1.1.0 // indirect github.com/xanzy/ssh-agent v0.2.1 // indirect -- cgit v1.2.3