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

@ -4,8 +4,8 @@ import (
"crypto/sha512"
"encoding/hex"
"github.com/BeryJu/authentik/outpost/pkg/client/outposts"
"github.com/BeryJu/authentik/outpost/pkg/models"
"goauthentik.io/outpost/pkg/client/outposts"
"goauthentik.io/outpost/pkg/models"
)
func (a *APIController) Update() ([]*models.ProxyOutpostConfig, error) {