summaryrefslogtreecommitdiff
path: root/compflag/compflag_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compflag/compflag_test.go')
-rw-r--r--compflag/compflag_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compflag/compflag_test.go b/compflag/compflag_test.go
index 1e8dea5..037ef07 100644
--- a/compflag/compflag_test.go
+++ b/compflag/compflag_test.go
@@ -4,7 +4,7 @@ import (
"flag"
"testing"
- "github.com/posener/complete"
+ "github.com/posener/complete/v2"
"github.com/stretchr/testify/assert"
)