forked from mitchellh/golicense
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go-license-detector v2 was depending on an old version of gopkg.in/src-d/go-git, and unfortunately the latest version broke compatibility unexpectedly. This made golicense unnecessarily difficult to build in repositories which otherwise used gopkg.in/src-d/go-git. Upgrading to v3 removes these problems. See src-d/go-git#1262 for full context. It also allows us to remove a whole lot of packages from go.mod in general.
- Loading branch information
1 parent
8c09a94
commit f78e380
Showing
3 changed files
with
69 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.