mirror of
https://github.com/volatiletech/authboss.git
synced 2025-11-23 22:14:49 +02:00
Fix errors package
- Fix many compilation errors
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"bytes"
|
||||
"crypto/md5"
|
||||
"encoding/base64"
|
||||
"errors"
|
||||
"html/template"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
@@ -12,6 +11,8 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/go-authboss/authboss"
|
||||
"github.com/go-authboss/authboss/internal/mocks"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user