diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-09-22 13:02:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 20:02:16 +0300 |
commit | 1c3278c2fa7733e61dbca92cbb3e8cd5ce6a848b (patch) | |
tree | ad63d17954e5872de0a82755f2be5f62859d118b /go.mod | |
parent | 63e8bdaf739519c800498dac87b4f362b3c6f478 (diff) | |
download | gitea-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 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -16,7 +16,6 @@ require ( gitea.com/macaron/macaron v1.5.0 gitea.com/macaron/session v0.0.0-20200902202411-e3a87877db6e gitea.com/macaron/toolbox v0.0.0-20190822013122-05ff0fc766b7 - github.com/BurntSushi/toml v0.3.1 github.com/PuerkitoBio/goquery v1.5.1 github.com/alecthomas/chroma v0.8.0 github.com/blevesearch/bleve v1.0.10 @@ -63,10 +62,12 @@ require ( github.com/lib/pq v1.8.1-0.20200908161135-083382b7e6fc github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96 github.com/markbates/goth v1.61.2 + github.com/mattn/go-colorable v0.1.7 // indirect github.com/mattn/go-isatty v0.0.12 + github.com/mattn/go-runewidth v0.0.9 // indirect github.com/mattn/go-sqlite3 v1.14.0 github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 - github.com/mgechev/revive v1.0.2 + github.com/mgechev/revive v1.0.3-0.20200921231451-246eac737dc7 github.com/mholt/archiver/v3 v3.3.0 github.com/microcosm-cc/bluemonday v1.0.3-0.20191119130333-0a75d7616912 github.com/minio/minio-go/v7 v7.0.4 @@ -76,6 +77,7 @@ require ( github.com/niklasfasching/go-org v1.3.2 github.com/oliamb/cutter v0.2.2 github.com/olivere/elastic/v7 v7.0.9 + github.com/pelletier/go-toml v1.8.1 github.com/pkg/errors v0.9.1 github.com/pquerna/otp v1.2.0 github.com/prometheus/client_golang v1.1.0 @@ -102,10 +104,10 @@ require ( golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a golang.org/x/net v0.0.0-20200904194848-62affa334b73 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d - golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae + golang.org/x/sys v0.0.0-20200918174421-af09f7315aff golang.org/x/text v0.3.3 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect - golang.org/x/tools v0.0.0-20200825202427-b303f430e36d + golang.org/x/tools v0.0.0-20200921210052-fa0125251cc4 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df |