-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (28 loc) · 1.27 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
module github.com/extrame/goblet
go 1.15
require (
github.com/boltdb/bolt v1.3.1
github.com/creasty/defaults v1.7.0 // indirect
github.com/denisenkom/go-mssqldb v0.12.0
github.com/denverdino/aliyungo v0.0.0-20210222084345-ddfe3452f5e8
github.com/extrame/go-random v0.0.0-20160517052123-1d8679eca4e2
github.com/extrame/go-toml-config v0.0.0-20190318035753-a516bbef5346
github.com/extrame/jose v0.0.0-20230713040001-a8d6daaf8143
github.com/extrame/smtpoverttl v0.0.0-20140504083549-9b082db561b3
github.com/extrame/unmarshall v0.0.0-20240819024100-fb66078bbd05
github.com/garyburd/redigo v1.6.2
github.com/go-sql-driver/mysql v1.6.0
github.com/goccy/go-json v0.9.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mvader/detect v0.0.0-20160524092137-c0c2ff5e5733
github.com/mvader/useragent v0.4.2-0.20160524083018-8a6137f931b1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
xorm.io/xorm v1.2.5
)