Update altsrc imports to gopkg.in
Updates altsrc imports to use `gopkg.in/urfave/cli.v2` Fixes: #505
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
"gopkg.in/urfave/cli.v2"
|
||||
)
|
||||
|
||||
type testApplyInputSource struct {
|
||||
|
||||
Reference in New Issue
Block a user