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" goerrors "errors"
"fmt" "fmt"
"io" "io"
"log"
"strings" "strings"
"time" "time"

Loading…
Cancel
Save