diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2019-09-14 08:40:29 +0300 |
---|---|---|
committer | Matt Holt <mholt@users.noreply.github.com> | 2019-09-13 23:40:29 -0600 |
commit | 5c9ebe3af133391cd89d8cc4ea4cbd655b260d48 (patch) | |
tree | 1ed15f110c776ca06554bacce8db7e2b22d71048 /cmd | |
parent | 2ab2d5bf9e2634fd2e06536c53f1bb907cd71356 (diff) |
Use keybase fork of mitchellh/go-ps for bug fixes (#2750)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/commands.go | 2 |
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) { |