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

@ -10,10 +10,10 @@ import (
"strings"
"time"
"github.com/BeryJu/authentik/outpost/pkg"
"github.com/go-openapi/strfmt"
"github.com/gorilla/websocket"
"github.com/recws-org/recws"
"goauthentik.io/outpost/pkg"
)
func (ac *APIController) initWS(pbURL url.URL, outpostUUID strfmt.UUID) {