aboutsummaryrefslogtreecommitdiff
path: root/internal/context/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/context/repo.go')
-rw-r--r--internal/context/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/context/repo.go b/internal/context/repo.go
index dc0fcfee..587005c2 100644
--- a/internal/context/repo.go
+++ b/internal/context/repo.go
@@ -9,7 +9,7 @@ import (
"io/ioutil"
"strings"
- "gopkg.in/editorconfig/editorconfig-core-go.v1"
+ "github.com/editorconfig/editorconfig-core-go/v2"
"gopkg.in/macaron.v1"
"github.com/gogs/git-module"