add vendor for go-version (the auto-updater will probably be removed on the next major release due to go modules)

Former-commit-id: 3d0bb6e3a440852f0d0e8b9ed2f78609e69ed263
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-09-01 19:19:58 +03:00
parent 01b5f6089d
commit f2bac496b9

View File

@ -26,7 +26,7 @@ func fetch() (*version.Version, string) {
defer r.Body.Close()
if r.StatusCode >= 400 {
golog.Debugf("Internet connection is missing, updater is unable to fetch the latest Iris version\n", err)
golog.Debugf("Internet connection is missing, updater is unable to fetch the latest Iris version\n%v", err)
return nil, ""
}