aboutsummaryrefslogtreecommitdiff
path: root/internal/context
diff options
context:
space:
mode:
authorYoan Blanc <yoan@dosimple.ch>2019-12-25 03:26:57 +0100
committerUnknwon <u@gogs.io>2019-12-25 10:26:57 +0800
commit76b87b1bbd9dcbb1adf0192b1168905565fea774 (patch)
tree35ab1e30bc0131ca4810f1dd2ad2025fdeb657db /internal/context
parent1b929e3afce638b808c30074ec0461c72e636abc (diff)
repo: use editorconfig v2 (#5888)
* repo: editorconfig v2 Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * fixup! repo: editorconfig v2 Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * Update repo.go * Update repo.go Co-authored-by: Unknwon <u@gogs.io>
Diffstat (limited to 'internal/context')
-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"