Update go dependencies to v1.17.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-12-10 21:55:54 -03:00
parent 67dce30ba6
commit 75c3c47f81
516 changed files with 48300 additions and 15154 deletions

7
vendor/github.com/parnurzeal/gorequest/logger.go generated vendored Normal file
View file

@ -0,0 +1,7 @@
package gorequest
type Logger interface {
SetPrefix(string)
Printf(format string, v ...interface{})
Println(v ...interface{})
}