Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.15
require (
github.com/MarioCarrion/nit v0.6.5
github.com/go-enry/go-license-detector/v4 v4.3.0
github.com/golangci/golangci-lint v1.43.0
github.com/google/go-cmp v0.5.7
github.com/golangci/golangci-lint v1.48.0
github.com/google/go-cmp v0.5.8
github.com/olekukonko/tablewriter v0.0.5
github.com/senseyeio/diligent v0.0.0-20200618092025-134592e3dea7
golang.org/x/mod v0.5.1
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
)
Loading