module github.com/pushbits/server go 1.16 require ( github.com/alexedwards/argon2id v0.0.0-20201228115903-cf543ebc1f7b github.com/gin-contrib/location v0.0.2 github.com/gin-gonic/gin v1.7.0 github.com/golang/protobuf v1.4.3 // indirect github.com/gomarkdown/markdown v0.0.0-20210408062403-ad838ccf8cdd github.com/google/go-cmp v0.5.0 // indirect github.com/jinzhu/configor v1.2.1 github.com/json-iterator/go v1.1.10 // indirect github.com/leodido/go-urn v1.2.1 // indirect github.com/matrix-org/gomatrix v0.0.0-20200827122206-7dd5e2a05bcd github.com/mattn/go-sqlite3 v1.14.6 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/stretchr/testify v1.7.0 github.com/ugorji/go v1.2.4 // indirect golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/yaml.v2 v2.4.0 gorm.io/driver/mysql v1.0.4 gorm.io/driver/sqlite v1.1.4 gorm.io/gorm v1.20.12 )