Skip to content

Commit

Permalink
chore: regenerate SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 11, 2024
1 parent 612e3bf commit 5d8e327
Show file tree
Hide file tree
Showing 163 changed files with 147 additions and 35,966 deletions.
2 changes: 1 addition & 1 deletion cmd/cliclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

"github.com/spf13/pflag"

kratos "github.com/ory/kratos/internal/httpclient"
kratos "github.com/ory/client-go"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/identities/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package identities
import (
"strings"

kratos "github.com/ory/kratos/internal/httpclient"
kratos "github.com/ory/client-go"

"github.com/ory/x/cmdx"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/identities/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package identities
import (
"fmt"

kratos "github.com/ory/kratos/internal/httpclient"
kratos "github.com/ory/client-go"
"github.com/ory/kratos/x"
"github.com/ory/x/cmdx"
"github.com/ory/x/stringsx"
Expand Down
2 changes: 1 addition & 1 deletion cmd/identities/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"encoding/json"
"fmt"

kratos "github.com/ory/kratos/internal/httpclient"
kratos "github.com/ory/client-go"

"github.com/ory/x/cmdx"

Expand Down
2 changes: 1 addition & 1 deletion cmd/identities/import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"github.com/stretchr/testify/require"
"github.com/tidwall/gjson"

kratos "github.com/ory/client-go"
"github.com/ory/kratos/driver/config"
kratos "github.com/ory/kratos/internal/httpclient"
)

func TestImportCmd(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion examples/go/selfservice/recovery/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

ory "github.com/ory/client-go"
"github.com/ory/kratos/examples/go/pkg"
ory "github.com/ory/kratos/internal/httpclient"
"github.com/ory/kratos/internal/testhelpers"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/go/selfservice/settings/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package main
import (
"testing"

ory "github.com/ory/kratos/internal/httpclient"
ory "github.com/ory/client-go"

"github.com/stretchr/testify/assert"

Expand Down
2 changes: 1 addition & 1 deletion examples/go/selfservice/verification/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

ory "github.com/ory/client-go"
"github.com/ory/kratos/examples/go/pkg"
ory "github.com/ory/kratos/internal/httpclient"
"github.com/ory/kratos/internal/testhelpers"
)

Expand Down
24 changes: 0 additions & 24 deletions internal/httpclient/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions internal/httpclient/.openapi-generator-ignore

This file was deleted.

260 changes: 0 additions & 260 deletions internal/httpclient/.openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion internal/httpclient/.openapi-generator/VERSION

This file was deleted.

8 changes: 0 additions & 8 deletions internal/httpclient/.travis.yml

This file was deleted.

Loading

0 comments on commit 5d8e327

Please sign in to comment.