11module github.com/midoks/imail
22
3- go 1.16
3+ go 1.26.1
44
55require (
66 github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
7- github.com/editorconfig/editorconfig-core-go/v2 v2.6.2
7+ github.com/editorconfig/editorconfig-core-go/v2 v2.6.3
88 github.com/go-macaron/binding v1.2.0
99 github.com/go-macaron/cache v0.0.0-20200329073519-53bb48172687
1010 github.com/go-macaron/captcha v0.2.0
@@ -13,7 +13,7 @@ require (
1313 github.com/go-macaron/i18n v0.6.0
1414 github.com/go-macaron/session v1.0.3
1515 github.com/go-resty/resty/v2 v2.16.5
16- github.com/jarcoal/httpmock v1.3.1
16+ github.com/jarcoal/httpmock v1.4.0
1717 github.com/json-iterator/go v1.1.12
1818 github.com/microcosm-cc/bluemonday v1.0.27
1919 github.com/midoks/mcopa v0.0.0-20220101182214-c193ea891591
@@ -27,6 +27,43 @@ require (
2727 gopkg.in/ini.v1 v1.67.0
2828 gopkg.in/macaron.v1 v1.5.0
2929 gorm.io/driver/mysql v1.5.7
30- gorm.io/driver/sqlite v1.5.7
3130 gorm.io/gorm v1.25.12
3231)
32+
33+ require (
34+ github.com/aymerick/douceur v0.2.0 // indirect
35+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
36+ github.com/davecgh/go-spew v1.1.1 // indirect
37+ github.com/dustin/go-humanize v1.0.1 // indirect
38+ github.com/fatih/color v1.7.0 // indirect
39+ github.com/glebarez/go-sqlite v1.21.2 // indirect
40+ github.com/go-macaron/inject v0.0.0-20200308113650-138e5925c53b // indirect
41+ github.com/go-sql-driver/mysql v1.7.0 // indirect
42+ github.com/google/uuid v1.3.0 // indirect
43+ github.com/gopherjs/gopherjs v1.17.2 // indirect
44+ github.com/gorilla/css v1.0.1 // indirect
45+ github.com/jinzhu/inflection v1.0.0 // indirect
46+ github.com/jinzhu/now v1.1.5 // indirect
47+ github.com/jtolds/gls v4.20.0+incompatible // indirect
48+ github.com/klauspost/compress v1.10.3 // indirect
49+ github.com/mailru/easyjson v0.7.0 // indirect
50+ github.com/mattn/go-colorable v0.1.4 // indirect
51+ github.com/mattn/go-isatty v0.0.17 // indirect
52+ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
53+ github.com/modern-go/reflect2 v1.0.2 // indirect
54+ github.com/pmezard/go-difflib v1.0.0 // indirect
55+ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
56+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
57+ github.com/smarty/assertions v1.15.0 // indirect
58+ github.com/stretchr/objx v0.5.2 // indirect
59+ github.com/unknwon/com v1.0.1 // indirect
60+ golang.org/x/crypto v0.45.0 // indirect
61+ golang.org/x/mod v0.29.0 // indirect
62+ golang.org/x/net v0.47.0 // indirect
63+ golang.org/x/sys v0.38.0 // indirect
64+ gopkg.in/yaml.v3 v3.0.1 // indirect
65+ modernc.org/libc v1.22.5 // indirect
66+ modernc.org/mathutil v1.5.0 // indirect
67+ modernc.org/memory v1.5.0 // indirect
68+ modernc.org/sqlite v1.23.1 // indirect
69+ )
0 commit comments