Use keybase fork of mitchellh/go-ps for bug fixes (#2750)

This commit is contained in:
Mohammed Al Sahaf
2019-09-14 08:40:29 +03:00
committed by Matt Holt
parent 2ab2d5bf9e
commit 5c9ebe3af1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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) {