-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 733 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
module github.com/ZenLiuCN/glu/v3
go 1.18
require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/ZenLiuCN/fn v0.1.11
github.com/chzyer/test v1.0.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/jackc/pgx/v5 v5.4.3
github.com/jmoiron/sqlx v1.3.5
github.com/lib/pq v1.2.0
github.com/mattn/go-sqlite3 v1.14.6
github.com/yuin/gopher-lua v1.1.0
)
require (
github.com/chzyer/logex v1.2.1 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/text v0.9.0 // indirect
)