mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 10:16:50 +02:00
17 lines
576 B
Modula-2
17 lines
576 B
Modula-2
module github.com/eikendev/pushbits
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect
|
|
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
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/tools v0.0.0-20200725200936-102e7d357031 // indirect
|
|
gorm.io/driver/mysql v0.3.1
|
|
gorm.io/driver/sqlite v1.0.8
|
|
gorm.io/gorm v0.2.24
|
|
)
|