Switch to go modules, use forked go-curl to fix CI (#192)

This commit is contained in:
Brendan LE GLAUNEC
2019-03-10 19:14:11 +01:00
committed by GitHub
parent fcb627dccd
commit ceb210f281
971 changed files with 121 additions and 401790 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"time"
curl "github.com/andelf/go-curl"
curl "github.com/ullaakut/go-curl"
"github.com/pkg/errors"
v "gopkg.in/go-playground/validator.v9"
)