Skip to content

Commit

Permalink
Merge pull request #12 from theopenlane/deps-pkg-keygen
Browse files Browse the repository at this point in the history
update keygen references
  • Loading branch information
golanglemonade authored Aug 29, 2024
2 parents ca3b50b + aca4c9f commit 7ee766d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ require (
github.com/theopenlane/gqlgen-plugins v0.1.0
github.com/theopenlane/httpsling v0.1.0
github.com/theopenlane/iam v0.1.5
github.com/theopenlane/utils v0.1.2
github.com/theopenlane/utils v0.1.3
github.com/tursodatabase/libsql-client-go v0.0.0-20240812094001-348a4e45b535
github.com/vektah/gqlparser/v2 v2.5.16
github.com/wundergraph/graphql-go-tools v1.67.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,8 @@ github.com/theopenlane/httpsling v0.1.0 h1:IHWUSo213stJTmHOHjNIg5b3npgpchzMdPMY7
github.com/theopenlane/httpsling v0.1.0/go.mod h1:wOyNfO4moIbmP4stQc9Kasgp+Q4sODo3LOLwvjUe/PA=
github.com/theopenlane/iam v0.1.5 h1:CreDFrl8hLTpdQJcs/gFbkk8EuOFClGCClIpCUxPrOg=
github.com/theopenlane/iam v0.1.5/go.mod h1:KZd/k1nEHSzS9wQeQHLqRabJuH3XkF5g8aGqzRhjSmQ=
github.com/theopenlane/utils v0.1.2 h1:kFbzvGgz/7b2CNZ/ycAzMBTmCqBJUld/UJxsfXCOgbw=
github.com/theopenlane/utils v0.1.2/go.mod h1:37sJeeuIsmMbMFE2nKglmEQUJenTccxh5WxkJtyuZUw=
github.com/theopenlane/utils v0.1.3 h1:ankd7gtxOMC1xvRike13+Q2oI7paBSKu9Z8fUujdd50=
github.com/theopenlane/utils v0.1.3/go.mod h1:gX64mPxANzaIc1GCgtAueWGDZVsKXiMyQF9oxTrDdVg=
github.com/tursodatabase/libsql-client-go v0.0.0-20240812094001-348a4e45b535 h1:iLjJLq2A5J6L9zrhyNn+fpmxFvtEpYB4XLMr0rX3epI=
github.com/tursodatabase/libsql-client-go v0.0.0-20240812094001-348a4e45b535/go.mod h1:l8xTsYB90uaVdMHXMCxKKLSgw5wLYBwBKKefNIUnm9s=
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
Expand Down
3 changes: 2 additions & 1 deletion internal/ent/schema/apitoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ import (
emixin "github.com/theopenlane/entx/mixin"
"github.com/theopenlane/iam/entfga"

"github.com/theopenlane/utils/keygen"

"github.com/theopenlane/core/internal/ent/generated"
"github.com/theopenlane/core/internal/ent/generated/privacy"
"github.com/theopenlane/core/internal/ent/hooks"
"github.com/theopenlane/core/internal/ent/interceptors"
"github.com/theopenlane/core/internal/ent/mixin"
"github.com/theopenlane/core/pkg/keygen"
)

// APIToken holds the schema definition for the APIToken entity.
Expand Down
3 changes: 2 additions & 1 deletion internal/ent/schema/personalaccesstoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ import (
"github.com/theopenlane/entx/history"
emixin "github.com/theopenlane/entx/mixin"

"github.com/theopenlane/utils/keygen"

"github.com/theopenlane/core/internal/ent/generated/privacy"
"github.com/theopenlane/core/internal/ent/hooks"
"github.com/theopenlane/core/internal/ent/interceptors"
"github.com/theopenlane/core/internal/ent/mixin"
"github.com/theopenlane/core/internal/ent/privacy/rule"
"github.com/theopenlane/core/pkg/keygen"
)

// PersonalAccessToken holds the schema definition for the PersonalAccessToken entity.
Expand Down

0 comments on commit 7ee766d

Please sign in to comment.