Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 21cb03a

Browse files
authored
Replace import path 'Sirupsen/logrus' with 'sirupsen/logrus'
Use the new canonical project URL (note the lowercase 's') for logrus to prevent duplicate checkouts & imports of logrus. See: sirupsen/logrus#384
1 parent 19b48c2 commit 21cb03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gps/manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ func TestMultiFetchThreadsafe(t *testing.T) {
539539
mkPI("gopkg.in/sdboyer/gpkt.v2"),
540540
mkPI("github.com/Masterminds/VCSTestRepo"),
541541
mkPI("github.com/go-yaml/yaml"),
542-
mkPI("github.com/Sirupsen/logrus"),
542+
mkPI("github.com/sirupsen/logrus"),
543543
mkPI("github.com/Masterminds/semver"),
544544
mkPI("github.com/Masterminds/vcs"),
545545
//mkPI("bitbucket.org/sdboyer/withbm"),

0 commit comments

Comments
 (0)