Content inside supertokenslib
(The raw file follows this syntax highlighted file.)
module git.ondollo.com/supertokenslib/server
replace git.ondollo.com/supertokenslib => ../
go 1.21.0
require git.ondollo.com/supertokenslib v0.0.0-00010101000000-000000000000
require (
crawshaw.io/sqlite v0.3.2 // indirect
github.com/MicahParks/keyfunc/v2 v2.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/derekstavis/go-qs v0.0.0-20180720192143-9eef69e6c4e7 // indirect
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/nyaruka/phonenumbers v1.0.73 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/supertokens/supertokens-golang v0.16.6 // indirect
github.com/twilio/twilio-go v0.26.0 // indirect
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
gopkg.in/h2non/gock.v1 v1.1.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
module git.ondollo.com/supertokenslib/server replace git.ondollo.com/supertokenslib => ../ go 1.21.0 require git.ondollo.com/supertokenslib v0.0.0-00010101000000-000000000000 require ( crawshaw.io/sqlite v0.3.2 // indirect github.com/MicahParks/keyfunc/v2 v2.1.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/derekstavis/go-qs v0.0.0-20180720192143-9eef69e6c4e7 // indirect github.com/golang-jwt/jwt/v5 v5.0.0 // indirect github.com/golang/mock v1.6.0 // indirect github.com/golang/protobuf v1.3.2 // indirect github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect github.com/nyaruka/phonenumbers v1.0.73 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.7.0 // indirect github.com/supertokens/supertokens-golang v0.16.6 // indirect github.com/twilio/twilio-go v0.26.0 // indirect golang.org/x/crypto v0.2.0 // indirect golang.org/x/net v0.2.0 // indirect golang.org/x/text v0.4.0 // indirect gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect gopkg.in/h2non/gock.v1 v1.1.2 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )