Skip to content

Commit 0aebfda

Browse files
committed
tools: upgrade tools
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 2e9ca60 commit 0aebfda

File tree

2 files changed

+83
-64
lines changed

2 files changed

+83
-64
lines changed

tools/go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module go.lsp.dev/protocol/tools
22

3-
go 1.15
3+
go 1.16
44

55
require (
6-
github.com/golangci/golangci-lint v1.39.0
6+
github.com/golangci/golangci-lint v1.41.1
77
github.com/zchee/goimportz v0.0.1
8-
golang.org/x/tools v0.1.1-0.20210415232134-cb5dc85ca1a7 // indirect
9-
gotest.tools/gotestsum v1.6.3
8+
gotest.tools/gotestsum v1.6.4
109
mvdan.cc/gofumpt v0.1.1
1110
)

0 commit comments

Comments
 (0)