From 5c9ebe3af133391cd89d8cc4ea4cbd655b260d48 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Sat, 14 Sep 2019 08:40:29 +0300 Subject: Use keybase fork of mitchellh/go-ps for bug fixes (#2750) --- cmd/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/commands.go') 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) { -- cgit v1.2.3