From 7c7ab2f59af947a5e7016df85ad353e10074bec4 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Mon, 18 Nov 2019 01:25:16 +0200 Subject: update module import path --- example/command/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/command/main.go') 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 ( -- cgit v1.2.3