Fix v2 import path for go mod

This commit is contained in:
Zachary Yedidia
2020-05-04 10:16:15 -04:00
parent 221d8f462a
commit eff89a98a7
46 changed files with 119 additions and 119 deletions

View File

@@ -7,7 +7,7 @@ import (
testifyAssert "github.com/stretchr/testify/assert"
lua "github.com/yuin/gopher-lua"
ulua "github.com/zyedidia/micro/internal/lua"
ulua "github.com/zyedidia/micro/v2/internal/lua"
)
type operation struct {