Skip to content

Commit

Permalink
fix: ignore dep check for go-git
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Aug 15, 2021
1 parent 5a53141 commit 0cd9e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# name = "github.com/x/y"
# version = "2.4.0"

ignored = ["github.com/ahmetb/go-linq/*", "github.com/google/go-github/*"]
ignored = ["github.com/ahmetb/go-linq/*", "github.com/google/go-github/*", "github.com/go-git/go-git/v5", "github.com/go-git/go-git/v5/*"]

[prune]
unused-packages = true
Expand Down

0 comments on commit 0cd9e08

Please sign in to comment.