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
6 changes: 3 additions & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/client9/misspell v0.3.4
github.com/git-chglog/git-chglog v0.15.0
github.com/golangci/golangci-lint v1.43.0
github.com/golangci/golangci-lint v1.50.1
github.com/goreleaser/goreleaser v1.0.0
github.com/psampaz/go-mod-outdated v0.8.0
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.1.7
github.com/stretchr/testify v1.8.0
golang.org/x/tools v0.2.0
gotest.tools/gotestsum v1.7.0
moul.io/protoc-gen-gotemplate v1.11.2
)
Loading