Use iris v6 and Go 1.8+ (#10)

* Quick fixes to bring framework up to date

* Script for test running, api tests need complete rewrite

* Removed govendor from tests

* Fix for AutoTLS
This commit is contained in:
Joona Hoikkala
2017-08-02 19:25:27 +03:00
committed by GitHub
parent 2bfeedda4c
commit 41b2ff5940
12 changed files with 31 additions and 840 deletions

View File

@ -1,7 +1,7 @@
package main
import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"io/ioutil"
"os"
"testing"