2022-10-10 03:39:53 +00:00
|
|
|
module git.selly.red/Selly-Modules/authentication
|
2022-05-23 07:04:01 +00:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2022-05-25 03:46:34 +00:00
|
|
|
require (
|
2022-10-10 03:39:53 +00:00
|
|
|
git.selly.red/Selly-Modules/natsio v0.0.0-20220419025827-e72bc82991bf
|
2022-05-30 03:10:33 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.9.1
|
2022-05-25 03:46:34 +00:00
|
|
|
)
|
2022-05-23 07:04:01 +00:00
|
|
|
|
|
|
|
require (
|
2022-05-25 03:46:34 +00:00
|
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
2022-05-23 07:04:01 +00:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
|
|
github.com/nats-io/nats.go v1.13.0 // indirect
|
|
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
|
github.com/thoas/go-funk v0.9.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
|
|
)
|