revendor with go-pkgz/auth v0.7.1
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ require (
|
||||
github.com/go-chi/chi v4.0.2+incompatible
|
||||
github.com/go-chi/cors v1.0.0
|
||||
github.com/go-chi/render v1.0.1
|
||||
github.com/go-pkgz/auth v0.7.0
|
||||
github.com/go-pkgz/auth v0.7.1
|
||||
github.com/go-pkgz/lcw v0.3.1
|
||||
github.com/go-pkgz/lgr v0.6.3
|
||||
github.com/go-pkgz/repeater v1.1.2
|
||||
|
||||
+2
-2
@@ -32,8 +32,8 @@ github.com/go-chi/cors v1.0.0 h1:e6x8k7uWbUwYs+aXDoiUzeQFT6l0cygBYyNhD7/1Tg0=
|
||||
github.com/go-chi/cors v1.0.0/go.mod h1:K2Yje0VW/SJzxiyMYu6iPQYa7hMjQX2i/F491VChg1I=
|
||||
github.com/go-chi/render v1.0.1 h1:4/5tis2cKaNdnv9zFLfXzcquC9HbeZgCnxGnKrltBS8=
|
||||
github.com/go-chi/render v1.0.1/go.mod h1:pq4Rr7HbnsdaeHagklXub+p6Wd16Af5l9koip1OvJns=
|
||||
github.com/go-pkgz/auth v0.7.0 h1:E6Iin1+CFd+ct+RUFQiSyUiweRmR1eHqSmoHEmWnmpg=
|
||||
github.com/go-pkgz/auth v0.7.0/go.mod h1:ibOpZYISiaOvAHe2bsKj2s3v4AkMam2WxxIFn+zhulo=
|
||||
github.com/go-pkgz/auth v0.7.1 h1:Kv8NOvwY8iN9Hz47Q1kP7Dp43mLohWDAeWE8qS+ofY0=
|
||||
github.com/go-pkgz/auth v0.7.1/go.mod h1:ibOpZYISiaOvAHe2bsKj2s3v4AkMam2WxxIFn+zhulo=
|
||||
github.com/go-pkgz/lcw v0.3.1 h1:PhfB0xNUawLMlx5rXvOTIc7d5LMrr1GM9vIzmG96aUI=
|
||||
github.com/go-pkgz/lcw v0.3.1/go.mod h1:k+PY1CkCMTLXILtFoJOyK65Qqi9rkoTYunFH1vE/C0I=
|
||||
github.com/go-pkgz/lgr v0.2.2/go.mod h1:hBM1NM/SoYdlrykgdgJWGrZ/TM/XaZIjRbJfx7NkMm8=
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ func NewEmailClient(p EmailParams, l logger.L) *Email {
|
||||
// If SMTPClient defined in Email struct it will be used, if not - new smtp.Client on each send.
|
||||
// Always closes client on completion or failure.
|
||||
func (em *Email) Send(to string, text string) error {
|
||||
|
||||
em.Logf("[DEBUG] send %q to %s", text, to)
|
||||
client := em.SMTPClient
|
||||
if client == nil { // if client not set make new net/smtp
|
||||
c, err := em.client()
|
||||
|
||||
+1
-1
@@ -196,7 +196,7 @@ func (e VerifyHandler) LogoutHandler(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
var msgTemplate = `
|
||||
Remark42 confirmation for {{.User}} {{.Address}}, site {{.Site}}
|
||||
Confirmation for {{.User}} {{.Address}}, site {{.Site}}
|
||||
|
||||
Token: {{.Token}}
|
||||
`
|
||||
|
||||
Vendored
+1
-1
@@ -30,7 +30,7 @@ github.com/go-chi/chi/middleware
|
||||
github.com/go-chi/cors
|
||||
# github.com/go-chi/render v1.0.1
|
||||
github.com/go-chi/render
|
||||
# github.com/go-pkgz/auth v0.7.0
|
||||
# github.com/go-pkgz/auth v0.7.1
|
||||
github.com/go-pkgz/auth
|
||||
github.com/go-pkgz/auth/avatar
|
||||
github.com/go-pkgz/auth/provider
|
||||
|
||||
Reference in New Issue
Block a user