mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-01-26 19:03:33 +00:00
26 lines
862 B
Modula-2
26 lines
862 B
Modula-2
module github.com/bbernhard/signal-cli-rest-api
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/cyphar/filepath-securejoin v0.2.3
|
|
github.com/gabriel-vasile/mimetype v1.4.2
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/spec v0.20.8 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/h2non/filetype v1.1.3
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/swaggo/files v1.0.0
|
|
github.com/swaggo/gin-swagger v1.5.3
|
|
github.com/swaggo/swag v1.8.10
|
|
github.com/tidwall/gjson v1.14.4 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|