diff options
| author | Eyal Posener <[email protected]> | 2019-11-18 01:25:16 +0200 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2019-11-18 01:25:16 +0200 |
| commit | 7c7ab2f59af947a5e7016df85ad353e10074bec4 (patch) | |
| tree | 57096b7c2122809562e50818b2d61dd84ad7c9ce /example/command | |
| parent | a7d83cca2fcb828c0eb73b67e2353a7f07a07417 (diff) | |
update module import path
Diffstat (limited to 'example/command')
| -rw-r--r-- | example/command/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/command/main.go b/example/command/main.go index 0b073d9..c8c1414 100644 --- a/example/command/main.go +++ b/example/command/main.go @@ -7,8 +7,8 @@ import ( "fmt" "os" - "github.com/posener/complete" - "github.com/posener/complete/predict" + "github.com/posener/complete/v2" + "github.com/posener/complete/v2/predict" ) var ( |
