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

@ -6,10 +6,10 @@ import (
"strings"
"time"
"github.com/BeryJu/authentik/outpost/pkg"
"github.com/getsentry/sentry-go"
httptransport "github.com/go-openapi/runtime/client"
log "github.com/sirupsen/logrus"
"goauthentik.io/outpost/pkg"
)
func doGlobalSetup(config map[string]interface{}) {