From 66e99d722a71d12b81264bc3577b85febe40e49e Mon Sep 17 00:00:00 2001 From: Colin Arnott Date: Tue, 15 Oct 2019 21:24:16 +0000 Subject: upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501) editorconfig-core-go made breaking api changes and has recently released v2.1.1. This change consumes the new api and fixes up any breaking references. --- modules/context/repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/context') diff --git a/modules/context/repo.go b/modules/context/repo.go index f4af19a0e8..e891e7b85c 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -19,8 +19,8 @@ import ( "code.gitea.io/gitea/modules/setting" "gitea.com/macaron/macaron" + "github.com/editorconfig/editorconfig-core-go/v2" "github.com/unknwon/com" - "gopkg.in/editorconfig/editorconfig-core-go.v1" ) // PullRequest contains informations to make a pull request -- cgit v1.2.3