Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit c0c0888

Browse files
committed
Update module golangci/golangci-lint to v1.25.1
1 parent 9daa8a4 commit c0c0888

File tree

2 files changed

+60
-4
lines changed

2 files changed

+60
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/getsentry/raven-go v0.2.0
2424
github.com/go-kit/kit v0.9.0
2525
github.com/golang/mock v1.3.1
26-
github.com/golangci/golangci-lint v1.20.0
26+
github.com/golangci/golangci-lint v1.25.1
2727
github.com/gomodule/redigo v2.0.0+incompatible // indirect
2828
github.com/google/go-github v0.0.0-20180123235826-b1f138353a62
2929
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
@@ -49,7 +49,7 @@ require (
4949
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada
5050
github.com/sirupsen/logrus v1.4.2
5151
github.com/spf13/viper v1.6.2
52-
github.com/stretchr/testify v1.4.0
52+
github.com/stretchr/testify v1.5.1
5353
github.com/stvp/rollbar v0.5.1
5454
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 // indirect
5555
github.com/urfave/negroni v1.0.0
@@ -61,10 +61,10 @@ require (
6161
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
6262
github.com/yudai/pp v2.0.1+incompatible // indirect
6363
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
64-
golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0
64+
golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e
6565
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
6666
gopkg.in/redsync.v1 v1.0.1
67-
gopkg.in/yaml.v2 v2.2.4
67+
gopkg.in/yaml.v2 v2.2.8
6868
)
6969

7070
go 1.14

0 commit comments

Comments
 (0)