mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 18:26:49 +02:00
15 lines
450 B
Modula-2
15 lines
450 B
Modula-2
module github.com/eikendev/pushbits
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alexedwards/argon2id v0.0.0-20200522061839-9369edc04b05
|
|
github.com/gin-contrib/location v0.0.2
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/jinzhu/configor v1.2.0
|
|
github.com/matrix-org/gomatrix v0.0.0-20200501121722-e5578b12c752
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
gorm.io/driver/mysql v0.3.1
|
|
gorm.io/driver/sqlite v1.0.8
|
|
gorm.io/gorm v0.2.24
|
|
)
|