Skip to content

Commit 4aade3c

Browse files
committed
Replace codegangsta/cli with urfave/cli
1 parent 1146dde commit 4aade3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonexporter/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package jsonexporter
22

33
import (
44
"fmt"
5-
"github.com/codegangsta/cli"
5+
"github.com/urfave/cli"
66
"github.com/kawamuray/prometheus-exporter-harness/harness"
77
"github.com/prometheus/client_golang/prometheus"
88
)

0 commit comments

Comments
 (0)