35 lines
1.6 KiB
Modula-2
35 lines
1.6 KiB
Modula-2
module github.com/gotify/server
|
|
|
|
require (
|
|
cloud.google.com/go v0.34.0 // indirect
|
|
github.com/Southclaws/configor v1.0.0 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190111225525-2fea367d496d // indirect
|
|
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/gobuffalo/packr v1.21.9
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
|
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/h2non/filetype v1.0.5
|
|
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/json-iterator/go v1.1.5 // indirect
|
|
github.com/lib/pq v1.0.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
|
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
|
|
)
|