Skip to content

Commit bcc2697

Browse files
Merge pull request #617 from supertokens/go-env-fix
chore: Update golang snippets and env dependency
2 parents 4081721 + 78d4d6e commit bcc2697

File tree

13 files changed

+3
-12
lines changed

13 files changed

+3
-12
lines changed

v2/emailpassword/custom-ui/init/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

v2/emailpassword/pre-built-ui/setup/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

v2/passwordless/custom-ui/init/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

v2/passwordless/pre-built-ui/setup/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

v2/src/plugins/codeTypeChecking/goEnv/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/go-chi/cors v1.2.1
1010
github.com/gorilla/handlers v1.5.1
1111
github.com/gorilla/mux v1.8.0
12-
github.com/supertokens/supertokens-golang v0.10.0
12+
github.com/supertokens/supertokens-golang v0.10.2
1313
)
1414

1515
require (

v2/src/plugins/codeTypeChecking/goEnv/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ github.com/supertokens/supertokens-golang v0.9.14 h1:7gG03u1nBdhslGB7VvkeppbDuQ4
9999
github.com/supertokens/supertokens-golang v0.9.14/go.mod h1:GtnhBUpE3LgIWRQbGP1aWwh34aDiUPo/hRUSy4Haf+w=
100100
github.com/supertokens/supertokens-golang v0.10.0 h1:hHBc+ck6DkIbNckZgeMof5ZohLerooVShA+BrlHaKqE=
101101
github.com/supertokens/supertokens-golang v0.10.0/go.mod h1:GtnhBUpE3LgIWRQbGP1aWwh34aDiUPo/hRUSy4Haf+w=
102+
github.com/supertokens/supertokens-golang v0.10.2 h1:rO9CK7Y/75nM9J+5+nqR5+nlIfU23L6XB1oHPEFrizM=
103+
github.com/supertokens/supertokens-golang v0.10.2/go.mod h1:GtnhBUpE3LgIWRQbGP1aWwh34aDiUPo/hRUSy4Haf+w=
102104
github.com/twilio/twilio-go v0.26.0 h1:wFW4oTe3/LKt6bvByP7eio8JsjtaLHjMQKOUEzQry7U=
103105
github.com/twilio/twilio-go v0.26.0/go.mod h1:lz62Hopu4vicpQ056H5TJ0JE4AP0rS3sQ35/ejmgOwE=
104106
github.com/ugorji/go v1.2.7 h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo=

v2/thirdparty/custom-ui/init/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

v2/thirdparty/pre-built-ui/setup/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

v2/thirdpartyemailpassword/custom-ui/init/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

v2/thirdpartyemailpassword/pre-built-ui/setup/dashboard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SuperTokens.init({
4848
```go
4949
import (
5050
"github.com/supertokens/supertokens-golang/recipe/dashboard"
51-
"github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
5251
"github.com/supertokens/supertokens-golang/supertokens"
5352
)
5453

0 commit comments

Comments
 (0)