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,12 +6,12 @@ import (
"net/url"
"time"
"github.com/BeryJu/authentik/outpost/pkg"
"github.com/BeryJu/authentik/outpost/pkg/client"
"github.com/BeryJu/authentik/outpost/pkg/client/outposts"
"github.com/go-openapi/runtime"
"github.com/pkg/errors"
"github.com/recws-org/recws"
"goauthentik.io/outpost/pkg"
"goauthentik.io/outpost/pkg/client"
"goauthentik.io/outpost/pkg/client/outposts"
httptransport "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"