summaryrefslogtreecommitdiff
path: root/example/command
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2019-11-18 01:25:16 +0200
committerEyal Posener <[email protected]>2019-11-18 01:25:16 +0200
commit7c7ab2f59af947a5e7016df85ad353e10074bec4 (patch)
tree57096b7c2122809562e50818b2d61dd84ad7c9ce /example/command
parenta7d83cca2fcb828c0eb73b67e2353a7f07a07417 (diff)
update module import path
Diffstat (limited to 'example/command')
-rw-r--r--example/command/main.go4
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 (