We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd06e0 commit d88f7d3Copy full SHA for d88f7d3
tools/go.mod
@@ -3,7 +3,8 @@ module github.com/percona/mongodb_exporter/tools
3
go 1.15
4
5
require (
6
- github.com/golangci/golangci-lint v1.40.1
+ github.com/golangci/golangci-lint v1.41.1
7
github.com/reviewdog/reviewdog v0.11.0
8
- golang.org/x/tools v0.1.2-0.20210512205948-8287d5da45e4
+ golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
9
+ golang.org/x/tools v0.1.3
10
)
0 commit comments