summaryrefslogtreecommitdiffstats
path: root/build.go
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-09-22 13:02:16 -0400
committerGitHub <noreply@github.com>2020-09-22 20:02:16 +0300
commit1c3278c2fa7733e61dbca92cbb3e8cd5ce6a848b (patch)
treead63d17954e5872de0a82755f2be5f62859d118b /build.go
parent63e8bdaf739519c800498dac87b4f362b3c6f478 (diff)
downloadgitea-1c3278c2fa7733e61dbca92cbb3e8cd5ce6a848b.tar.gz
gitea-1c3278c2fa7733e61dbca92cbb3e8cd5ce6a848b.zip
update revive lint to latest commit (#12921)
* update revive lint to latest commit * make fmt * change import
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index 8f6fd48508..ab57fb1d9a 100644
--- a/build.go
+++ b/build.go
@@ -11,12 +11,12 @@ package main
import (
// for lint
- _ "github.com/BurntSushi/toml"
_ "github.com/mgechev/dots"
_ "github.com/mgechev/revive/formatter"
_ "github.com/mgechev/revive/lint"
_ "github.com/mgechev/revive/rule"
_ "github.com/mitchellh/go-homedir"
+ _ "github.com/pelletier/go-toml"
// for embed
_ "github.com/shurcooL/vfsgen"