fix import

This commit is contained in:
davidnewhall2 2019-12-15 02:57:08 -08:00
parent ac39d1727f
commit 072d0689d0
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"
)