fix import

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

View File

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