diff options
Diffstat (limited to 'example/command/main.go')
| -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 ( |
