-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.12 KB
/
Copy pathgo.mod
File metadata and controls
34 lines (31 loc) · 1.12 KB
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
31
32
33
34
module github.com/azhai/allgo
go 1.25
require (
github.com/alexflint/go-arg v1.6.0
github.com/go-playground/form/v4 v4.3.0
github.com/go-sql-driver/mysql v1.9.3
github.com/gobwas/glob v0.2.3
github.com/iancoleman/strcase v0.3.0
github.com/mattn/go-sqlite3 v1.14.32
github.com/muyo/sno v1.2.1
github.com/pkg/errors v0.9.1
github.com/simukti/sqldb-logger v0.0.0-20230108155151-646c1a075551
github.com/simukti/sqldb-logger/logadapter/zapadapter v0.0.0-20230108155151-646c1a075551
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.1
golang.org/x/tools v0.39.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/sync v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)