39 lines
1.5 KiB
Modula-2
39 lines
1.5 KiB
Modula-2
module github.com/gotify/server/v2
|
|
|
|
require (
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-contrib/gzip v0.0.2
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.3.0
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
|
github.com/gobuffalo/logger v1.0.3 // indirect
|
|
github.com/gobuffalo/packd v1.0.0 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.7.1
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/gotify/configor v1.0.2
|
|
github.com/gotify/location v0.0.0-20170722210143-03bc4ad20437
|
|
github.com/gotify/plugin-api v1.0.0
|
|
github.com/h2non/filetype v1.1.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/lib/pq v1.8.0 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/spf13/cobra v0.0.6 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
|
golang.org/x/sys v0.0.0-20201005172224-997123666555 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/tools v0.0.0-20200308013534-11ec41452d41 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|
|
|
|
go 1.14
|