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" "os"
"strconv" "strconv"
"gopkg.in/throttled/throttled.v2" "github.com/throttled/throttled"
"gopkg.in/throttled/throttled.v2/store" "github.com/throttled/throttled/store"
"github.com/gorilla/handlers" "github.com/gorilla/handlers"
"github.com/justinas/alice" "github.com/justinas/alice"
) )