Skip to content
Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/daixiang0/gci v0.13.4
github.com/flosch/pongo2/v6 v6.0.0
github.com/go-critic/go-critic v0.11.3
github.com/go-critic/go-critic v0.11.5
github.com/go-git/go-git/v5 v5.12.0
github.com/golangci/golangci-lint v1.58.1
github.com/gotesttools/gotestfmt/v2 v2.5.0
Expand Down Expand Up @@ -78,7 +78,7 @@ require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/ckaznocha/intrange v0.1.2 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/cristalhq/acmd v0.11.2 // indirect
github.com/cristalhq/acmd v0.12.0 // indirect
github.com/curioswitch/go-reassign v0.2.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand Down
Loading