Skip to content

Commit 66cb9e5

Browse files
committed
tools: upgrade tools
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent b5248d2 commit 66cb9e5

File tree

2 files changed

+88
-60
lines changed

2 files changed

+88
-60
lines changed

tools/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module go.lsp.dev/jsonrpc2/tools
33
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-
gotest.tools/gotestsum v1.6.3
8+
gotest.tools/gotestsum v1.6.4
99
mvdan.cc/gofumpt v0.1.1
1010
)

0 commit comments

Comments
 (0)