diff options
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) { |