summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2019-09-14 08:40:29 +0300
committerMatt Holt <mholt@users.noreply.github.com>2019-09-13 23:40:29 -0600
commit5c9ebe3af133391cd89d8cc4ea4cbd655b260d48 (patch)
tree1ed15f110c776ca06554bacce8db7e2b22d71048 /cmd
parent2ab2d5bf9e2634fd2e06536c53f1bb907cd71356 (diff)
Use keybase fork of mitchellh/go-ps for bug fixes (#2750)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/commands.go b/cmd/commands.go
index bb5429c..4eda720 100644
--- a/cmd/commands.go
+++ b/cmd/commands.go
@@ -32,8 +32,8 @@ import (
"github.com/caddyserver/caddy/v2"
"github.com/caddyserver/caddy/v2/caddyconfig"
+ "github.com/keybase/go-ps"
"github.com/mholt/certmagic"
- "github.com/mitchellh/go-ps"
)
func cmdStart() (int, error) {