-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
32 lines (30 loc) · 1.13 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/midoks/imail
go 1.16
require (
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/editorconfig/editorconfig-core-go/v2 v2.6.2
github.com/go-macaron/binding v1.2.0
github.com/go-macaron/cache v0.0.0-20200329073519-53bb48172687
github.com/go-macaron/captcha v0.2.0
github.com/go-macaron/csrf v0.0.0-20200329073418-5d38f39de352
github.com/go-macaron/gzip v0.0.0-20200329073552-98214d7a897e
github.com/go-macaron/i18n v0.6.0
github.com/go-macaron/session v1.0.3
github.com/go-resty/resty/v2 v2.16.5
github.com/jarcoal/httpmock v1.3.1
github.com/json-iterator/go v1.1.12
github.com/microcosm-cc/bluemonday v1.0.27
github.com/midoks/mcopa v0.0.0-20220101182214-c193ea891591
github.com/phachon/go-logger v0.0.0-20191215032019-86e4227f71ea
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.8.1
github.com/stretchr/testify v1.10.0
github.com/unknwon/i18n v0.0.0-20210904045753-ff3a8617e361
github.com/urfave/cli v1.22.16
golang.org/x/text v0.21.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/macaron.v1 v1.5.0
gorm.io/driver/mysql v1.5.7
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.25.12
)