Skip to content

Commit

Permalink
This is a change to seemingly deal with this: golang/go#26208
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrews committed Jan 10, 2019
1 parent 4bee3d5 commit 6800122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-unit-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function Install-Golang {

function Install-GoDependencies {
$deps = @(
"github.com/Sirupsen/logrus",
"github.com/sirupsen/logrus",
"github.com/antonholmquist/jason"
)
foreach($d in $deps) {
Expand Down

0 comments on commit 6800122

Please sign in to comment.