Replace codegangsta/cli with urfave/cli
This commit is contained in:
parent
1146dde587
commit
4aade3cff7
|
@ -2,7 +2,7 @@ package jsonexporter
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/urfave/cli"
|
||||
"github.com/kawamuray/prometheus-exporter-harness/harness"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue