-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
25 lines (23 loc) · 851 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
module gov2panel
go 1.15
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/clbanning/mxj/v2 v2.7.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gogf/gf-jwt/v2 v2.1.0
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.5.1
github.com/gogf/gf/v2 v2.5.1
github.com/google/uuid v1.3.0
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mojocn/base64Captcha v1.3.5
github.com/rivo/uniseg v0.4.4 // indirect
github.com/tidwall/gjson v1.17.0
go.opentelemetry.io/otel/sdk v1.16.0 // indirect
golang.org/x/crypto v0.12.0
golang.org/x/image v0.11.0 // indirect
golang.org/x/net v0.14.0 // indirect
)