fix(tiller): Adds missing import back

PR #2513 was behind master when merged. Other commits were
added that required the use of the log package. This re-adds
that package.
pull/2521/head
Taylor Thomas 7 years ago
parent b71bd6a455
commit d9c0a8b434

@ -22,6 +22,7 @@ import (
goerrors "errors"
"fmt"
"io"
"log"
"strings"
"time"

Loading…
Cancel
Save