@@ -4,52 +4,45 @@ go 1.17
4
4
5
5
require (
6
6
github.com/gin-contrib/cors v1.4.0
7
- github.com/gin-gonic/gin v1.9.1
7
+ github.com/gin-gonic/gin v1.8.2
8
8
github.com/go-chi/chi v1.5.4
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.13.0
12
+ github.com/supertokens/supertokens-golang v0.12.11-0.20230814151216-eb760d701836
13
13
)
14
14
15
15
require (
16
16
github.com/MicahParks/keyfunc v1.9.0 // indirect
17
- github.com/bytedance/sonic v1.9.1 // indirect
18
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
19
17
github.com/davecgh/go-spew v1.1.1 // indirect
20
18
github.com/derekstavis/go-qs v0.0.0-20180720192143-9eef69e6c4e7 // indirect
21
- github.com/felixge/httpsnoop v1.0.3 // indirect
22
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
19
+ github.com/felixge/httpsnoop v1.0.1 // indirect
23
20
github.com/gin-contrib/sse v0.1.0 // indirect
24
- github.com/go-playground/locales v0.14.1 // indirect
25
- github.com/go-playground/universal-translator v0.18.1 // indirect
26
- github.com/go-playground/validator/v10 v10.15 .1 // indirect
27
- github.com/goccy/go-json v0.10.2 // indirect
28
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
21
+ github.com/go-playground/locales v0.14.0 // indirect
22
+ github.com/go-playground/universal-translator v0.18.0 // indirect
23
+ github.com/go-playground/validator/v10 v10.11 .1 // indirect
24
+ github.com/goccy/go-json v0.9.11 // indirect
25
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
29
26
github.com/golang/mock v1.6.0 // indirect
30
- github.com/golang/protobuf v1.5.3 // indirect
27
+ github.com/golang/protobuf v1.5.0 // indirect
31
28
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
32
29
github.com/json-iterator/go v1.1.12 // indirect
33
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
34
- github.com/leodido/go-urn v1.2.4 // indirect
35
- github.com/mattn/go-isatty v0.0.19 // indirect
36
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
30
+ github.com/leodido/go-urn v1.2.1 // indirect
31
+ github.com/mattn/go-isatty v0.0.16 // indirect
32
+ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
37
33
github.com/modern-go/reflect2 v1.0.2 // indirect
38
- github.com/nyaruka/phonenumbers v1.1.8 // indirect
39
- github.com/pelletier/go-toml/v2 v2.0.9 // indirect
34
+ github.com/nyaruka/phonenumbers v1.0.73 // indirect
35
+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
40
36
github.com/pkg/errors v0.9.1 // indirect
41
37
github.com/pmezard/go-difflib v1.0.0 // indirect
42
- github.com/stretchr/objx v0.5.0 // indirect
43
- github.com/stretchr/testify v1.8.4 // indirect
44
- github.com/twilio/twilio-go v1.11.0 // indirect
45
- github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
46
- github.com/ugorji/go/codec v1.2.11 // indirect
47
- golang.org/x/arch v0.3.0 // indirect
48
- golang.org/x/crypto v0.12.0 // indirect
49
- golang.org/x/net v0.14.0 // indirect
50
- golang.org/x/sys v0.11.0 // indirect
51
- golang.org/x/text v0.12.0 // indirect
52
- google.golang.org/protobuf v1.31.0 // indirect
38
+ github.com/stretchr/testify v1.8.1 // indirect
39
+ github.com/twilio/twilio-go v0.26.0 // indirect
40
+ github.com/ugorji/go/codec v1.2.7 // indirect
41
+ golang.org/x/crypto v0.2.0 // indirect
42
+ golang.org/x/net v0.4.0 // indirect
43
+ golang.org/x/sys v0.3.0 // indirect
44
+ golang.org/x/text v0.5.0 // indirect
45
+ google.golang.org/protobuf v1.28.1 // indirect
53
46
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
54
47
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
55
48
gopkg.in/h2non/gock.v1 v1.1.2 // indirect
0 commit comments