forked from uadmin/uadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 843 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
module github.com/uadmin/uadmin
go 1.14
require (
github.com/boombuler/barcode v1.0.1 // indirect
github.com/jinzhu/inflection v1.0.0
github.com/jinzhu/now v1.1.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-sqlite3 v1.14.10 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pquerna/otp v1.3.0
github.com/uadmin/rrd v0.0.0-20200219090641-e438da1b7640
github.com/xuri/excelize/v2 v2.5.0
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gorm.io/driver/mysql v1.2.2
gorm.io/driver/sqlite v1.2.6
gorm.io/gorm v1.22.4
)