Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module github.com/AlekSi/applehealth/tools
go 1.15

require (
github.com/golangci/golangci-lint v1.37.1 // sync with GitHub Actions job
github.com/golangci/golangci-lint v1.52.2 // sync with GitHub Actions job
github.com/quasilyte/go-consistent v0.0.0-20200404105227-766526bf1e96
golang.org/x/perf v0.0.0-20210220033136-40a54f11e909
mvdan.cc/gofumpt v0.1.0
)
Loading