fix import

This commit is contained in:
davidnewhall2 2019-12-15 02:57:08 -08:00
parent b97afded1e
commit 3f1209cd8d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"log"
"os"
"github.com/github/hub/version"
"github.com/prometheus/common/version"
"github.com/spf13/pflag"
)