|
|
@ -3,51 +3,25 @@ module goflylivechat
|
|
|
|
go 1.16
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
|
|
github.com/emersion/go-smtp v0.13.0
|
|
|
|
github.com/emersion/go-smtp v0.13.0
|
|
|
|
github.com/gin-contrib/sessions v0.0.3
|
|
|
|
github.com/gin-contrib/sessions v0.0.3
|
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
|
|
github.com/gobuffalo/packr/v2 v2.5.1
|
|
|
|
github.com/gobuffalo/packr/v2 v2.5.1
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/jinzhu/gorm v1.9.14
|
|
|
|
github.com/jinzhu/gorm v1.9.14
|
|
|
|
github.com/oschwald/geoip2-golang v1.13.0
|
|
|
|
github.com/oschwald/geoip2-golang v1.13.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/zh-five/xdaemon v0.1.1
|
|
|
|
github.com/zh-five/xdaemon v0.1.1
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
|
|
|
|
|
|
github.com/gobuffalo/envy v1.7.0 // indirect
|
|
|
|
|
|
|
|
github.com/gobuffalo/logger v1.0.0 // indirect
|
|
|
|
|
|
|
|
github.com/gobuffalo/packd v0.3.0 // indirect
|
|
|
|
|
|
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
|
|
|
|
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
|
|
|
|
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
|
|
|
|
|
|
github.com/gorilla/sessions v1.1.3 // indirect
|
|
|
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
|
|
|
|
github.com/joho/godotenv v1.3.0 // indirect
|
|
|
|
|
|
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
|
|
|
|
|
|
|
github.com/karrick/godirwalk v1.10.12 // indirect
|
|
|
|
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
|
|
|
|
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
|
|
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
|
|
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
|
|
|
|
|
|
github.com/rogpeppe/go-internal v1.3.0 // indirect
|
|
|
|
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
|
|
|
|
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
|
|
|
|
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
|
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
|
|
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|