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 be5ed2c commit 00535cbCopy full SHA for 00535cb
tools/go.mod
@@ -3,8 +3,8 @@ module go.lsp.dev/protocol/tools
3
go 1.15
4
5
require (
6
- github.com/golangci/golangci-lint v1.37.1
7
- golang.org/x/tools v0.1.1-0.20210222153519-0e232fa9c3bc
8
- gotest.tools/gotestsum v1.6.2
9
- mvdan.cc/gofumpt v0.1.0
+ github.com/golangci/golangci-lint v1.39.0
+ golang.org/x/tools v0.1.1-0.20210415232134-cb5dc85ca1a7
+ gotest.tools/gotestsum v1.6.3
+ mvdan.cc/gofumpt v0.1.1
10
)
0 commit comments