OSDN Git Service

Merge pull request #466 from Bytom/update-mov
[bytom/vapor.git] / net / http / authn / authn.go
index f3f8897..8b61929 100644 (file)
@@ -8,8 +8,8 @@ import (
        "sync"
        "time"
 
-       "github.com/vapor/accesstoken"
-       "github.com/vapor/errors"
+       "github.com/bytom/vapor/accesstoken"
+       "github.com/bytom/vapor/errors"
 )
 
 const tokenExpiry = time.Minute * 5