mirror of
https://git.ourodev.com/community/sunrise-api.git
synced 2026-08-14 12:29:04 -04:00
13 lines
390 B
Modula-2
13 lines
390 B
Modula-2
module git.ourodev.com/community/sunrise-api
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/archnoc/manifiesta v0.0.4
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/klauspost/compress v1.10.6 // indirect
|
|
go.mongodb.org/mongo-driver v1.3.3
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
|
|
)
|