-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (24 loc) · 868 Bytes
/
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
module github.com/goexl/qingniao
go 1.23
require (
github.com/goexl/exc v0.0.5
github.com/goexl/exception v0.0.3
github.com/goexl/gox v1.9.2
github.com/goexl/http v0.2.1
github.com/goexl/log v0.0.7
github.com/goexl/xiren v0.0.8
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
)
require (
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.1 // indirect
github.com/go-resty/resty/v2 v2.15.3 // indirect
github.com/goexl/baozheng v0.0.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)