diff --git a/auth/auth.go b/auth/auth.go index 6c6f7e4f..d34bf1fb 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -1,6 +1,10 @@ // Package auth provides authentication and authorization capability package auth +import ( + "time" +) + // Auth providers authentication and authorization type Auth interface { // Generate a new authorization token