outposts: update go module domain

This commit is contained in:
Jens Langhammer
2021-01-16 21:45:24 +01:00
parent 8fef839965
commit 72c6c0da9b
10 changed files with 21 additions and 18 deletions

View File

@ -3,8 +3,8 @@ package proxy
import (
"net/url"
"github.com/BeryJu/authentik/outpost/pkg/models"
log "github.com/sirupsen/logrus"
"goauthentik.io/outpost/pkg/models"
)
func (s *Server) Refresh() error {

View File

@ -9,14 +9,14 @@ import (
"os"
"strings"
"github.com/BeryJu/authentik/outpost/pkg/client/crypto"
"github.com/BeryJu/authentik/outpost/pkg/models"
"github.com/jinzhu/copier"
"github.com/justinas/alice"
"github.com/oauth2-proxy/oauth2-proxy/pkg/apis/options"
"github.com/oauth2-proxy/oauth2-proxy/pkg/middleware"
"github.com/oauth2-proxy/oauth2-proxy/pkg/validation"
log "github.com/sirupsen/logrus"
"goauthentik.io/outpost/pkg/client/crypto"
"goauthentik.io/outpost/pkg/models"
)
type providerBundle struct {

View File

@ -8,8 +8,8 @@ import (
"net/http"
"time"
"github.com/BeryJu/authentik/outpost/pkg/ak"
log "github.com/sirupsen/logrus"
"goauthentik.io/outpost/pkg/ak"
)
// Server represents an HTTP server