File tree Expand file tree Collapse file tree 13 files changed +3
-12
lines changed
src/plugins/codeTypeChecking/goEnv Expand file tree Collapse file tree 13 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/go-chi/cors v1.2.1
10
10
github.com/gorilla/handlers v1.5.1
11
11
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
13
13
)
14
14
15
15
require (
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ github.com/supertokens/supertokens-golang v0.9.14 h1:7gG03u1nBdhslGB7VvkeppbDuQ4
99
99
github.com/supertokens/supertokens-golang v0.9.14 /go.mod h1:GtnhBUpE3LgIWRQbGP1aWwh34aDiUPo/hRUSy4Haf+w =
100
100
github.com/supertokens/supertokens-golang v0.10.0 h1:hHBc+ck6DkIbNckZgeMof5ZohLerooVShA+BrlHaKqE =
101
101
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 =
102
104
github.com/twilio/twilio-go v0.26.0 h1:wFW4oTe3/LKt6bvByP7eio8JsjtaLHjMQKOUEzQry7U =
103
105
github.com/twilio/twilio-go v0.26.0 /go.mod h1:lz62Hopu4vicpQ056H5TJ0JE4AP0rS3sQ35/ejmgOwE =
104
106
github.com/ugorji/go v1.2.7 h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo =
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ SuperTokens.init({
48
48
``` go
49
49
import (
50
50
" github.com/supertokens/supertokens-golang/recipe/dashboard"
51
- " github.com/supertokens/supertokens-golang/recipe/dashboard/dashboardmodels"
52
51
" github.com/supertokens/supertokens-golang/supertokens"
53
52
)
54
53
You can’t perform that action at this time.
0 commit comments