1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-20 09:51:34 +01:00

import log package

This commit is contained in:
Tony Li 2018-02-21 17:29:11 -05:00
parent 32c1ad3f9d
commit 0f8625433c
No known key found for this signature in database
GPG Key ID: E73DA11CDB50D072

@ -9,6 +9,7 @@ import (
"github.com/drone/drone-cli/drone/deploy"
"github.com/drone/drone-cli/drone/exec"
"github.com/drone/drone-cli/drone/info"
"github.com/drone/drone-cli/drone/log"
"github.com/drone/drone-cli/drone/registry"
"github.com/drone/drone-cli/drone/repo"
"github.com/drone/drone-cli/drone/secret"