You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module github.com/taoshihan1991/imaptool
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
|
|
github.com/emersion/go-smtp v0.13.0
|
|
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
|
|
github.com/gin-contrib/sessions v0.0.3
|
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/gobuffalo/packr/v2 v2.5.1
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/ipipdotnet/ipdb-go v1.3.0
|
|
|
|
github.com/jinzhu/gorm v1.9.14
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/zh-five/xdaemon v0.1.1
|
|
|
|
)
|