summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-12-23 12:41:05 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2019-12-23 12:41:05 -0700
commitcbb405f6aaee046c9de9ffb4f07ca824d9eedeb1 (patch)
tree5e1ed490037901854c30053cfee772cb858b9a90 /go.mod
parent724c72867835f9287b3df3ee5a0d75327c0780cf (diff)
cmd: Eliminate unintended use of cgo
This means the stop command can only use the API to stop the instance; no more signaling, unless we find a cgo-free way of doing it.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3d0b241..f68cef7 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,6 @@ require (
github.com/ilibs/json5 v1.0.1
github.com/imdario/mergo v0.3.8 // indirect
github.com/jsternberg/zap-logfmt v1.2.0
- github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
github.com/klauspost/compress v1.8.6
github.com/klauspost/cpuid v1.2.2
github.com/lucas-clemente/quic-go v0.14.1