gopkg.in --> github.com

This commit is contained in:
martin61
2017-10-31 10:42:15 +01:00
committed by GitHub
parent 537a8381ae
commit b4dba17dcf

View File

@@ -10,8 +10,8 @@ import (
"os"
"strconv"
"gopkg.in/throttled/throttled.v2"
"gopkg.in/throttled/throttled.v2/store"
"github.com/throttled/throttled"
"github.com/throttled/throttled/store"
"github.com/gorilla/handlers"
"github.com/justinas/alice"
)