Reformatting
This commit is contained in:
parent
a9aa54d567
commit
ac66838f6b
2
main.go
2
main.go
|
@ -19,9 +19,9 @@ import (
|
|||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/golang/groupcache/lru"
|
||||
"github.com/pborman/uuid"
|
||||
"github.com/go-redis/redis/v8"
|
||||
|
||||
"github.com/discourse/discourse-auth-proxy/internal/httpproxy"
|
||||
)
|
||||
|
|
10
main_test.go
10
main_test.go
|
@ -6,14 +6,14 @@ import (
|
|||
"net/http"
|
||||
"net/http/httptest"
|
||||
"net/url"
|
||||
"strconv"
|
||||
"testing"
|
||||
"sync"
|
||||
"os"
|
||||
"strconv"
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/golang/groupcache/lru"
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/golang/groupcache/lru"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
type SSOOptions struct {
|
||||
|
|
Loading…
Reference in New Issue