29 lines
1.2 KiB
Modula-2
29 lines
1.2 KiB
Modula-2
module github.com/gotify/server
|
|
|
|
require (
|
|
cloud.google.com/go v0.35.1 // indirect
|
|
github.com/Southclaws/configor v1.0.0 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190121005146-b04fd42d9952 // indirect
|
|
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/gobuffalo/packr v1.22.0
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/gotify/configor v1.0.2-0.20190112111140-7d9c7c7e6233
|
|
github.com/gotify/location v0.0.0-20170722210143-03bc4ad20437
|
|
github.com/gotify/plugin-api v1.0.0
|
|
github.com/h2non/filetype v1.0.6
|
|
github.com/jinzhu/gorm v1.9.2
|
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
|
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
|
|
github.com/lib/pq v1.0.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
|
)
|