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 /complete_test.go | |
| parent | a7d83cca2fcb828c0eb73b67e2353a7f07a07417 (diff) | |
update module import path
Diffstat (limited to 'complete_test.go')
| -rw-r--r-- | complete_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/complete_test.go b/complete_test.go index 4752230..36e6c5b 100644 --- a/complete_test.go +++ b/complete_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/posener/complete/internal/arg" + "github.com/posener/complete/v2/internal/arg" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) |
