Skip to content
Snippets Groups Projects
Commit a9843fd7 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

restructure repositories

parent e754e015
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ package mytokenlib
import (
"strings"
"github.com/oidc-mytoken/server/internal/server/endpoints/token/access/pkg"
"github.com/oidc-mytoken/server/internal/endpoints/token/access/pkg"
"github.com/oidc-mytoken/server/internal/supertoken/token"
"github.com/oidc-mytoken/server/pkg/model"
"github.com/oidc-mytoken/server/shared/httpClient"
......
package mytokenlib
import (
"github.com/oidc-mytoken/server/internal/server/endpoints/configuration/pkg"
"github.com/oidc-mytoken/server/internal/endpoints/configuration/pkg"
"github.com/oidc-mytoken/server/pkg/model"
"github.com/oidc-mytoken/server/shared/httpClient"
"github.com/oidc-mytoken/server/shared/utils"
......
package mytokenlib
import (
"github.com/oidc-mytoken/server/internal/server/endpoints/revocation/pkg"
"github.com/oidc-mytoken/server/internal/endpoints/revocation/pkg"
"github.com/oidc-mytoken/server/pkg/model"
"github.com/oidc-mytoken/server/shared/httpClient"
)
......
......@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"github.com/oidc-mytoken/server/internal/server/endpoints/token/super/pkg"
"github.com/oidc-mytoken/server/internal/endpoints/token/super/pkg"
"github.com/oidc-mytoken/server/internal/supertoken/capabilities"
"github.com/oidc-mytoken/server/internal/supertoken/restrictions"
"github.com/oidc-mytoken/server/internal/supertoken/token"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment