Skip to content

Commit 00535cb

Browse files
committed
tools: upgrade tools
1 parent be5ed2c commit 00535cb

File tree

2 files changed

+474
-96
lines changed

2 files changed

+474
-96
lines changed

tools/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module go.lsp.dev/protocol/tools
33
go 1.15
44

55
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
6+
github.com/golangci/golangci-lint v1.39.0
7+
golang.org/x/tools v0.1.1-0.20210415232134-cb5dc85ca1a7
8+
gotest.tools/gotestsum v1.6.3
9+
mvdan.cc/gofumpt v0.1.1
1010
)

0 commit comments

Comments
 (0)