-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 1.68 KB
/
Copy pathgo.mod
File metadata and controls
40 lines (37 loc) · 1.68 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
35
36
37
38
39
40
module github.com/gospider007/pg
go 1.27.0
require (
github.com/google/uuid v1.6.0
github.com/gospider007/bar v0.0.0-20260907015442-6d4252a2a33d
github.com/gospider007/gson v0.0.0-20260907015427-4782363d52be
github.com/gospider007/re v0.0.0-20260824054539-32823144d328
github.com/gospider007/thread v0.0.0-20260824054620-3919072a5afb
github.com/gospider007/tools v0.0.0-20260907003557-2e499500cd4e
github.com/jackc/pgx/v5 v5.11.0
)
require (
github.com/andybalholm/brotli v1.2.3 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/gospider007/blog v0.0.0-20260907015415-59e2a9022fa5 // indirect
github.com/gospider007/chanx v0.0.0-20260824054539-b54f23393586 // indirect
github.com/gospider007/kinds v0.0.0-20260824054539-a612e386b5ac // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.20.0 // indirect
github.com/minio/minlz v1.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.mongodb.org/mongo-driver/v2 v2.9.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.28.0 // indirect
golang.org/x/image v0.45.0 // indirect
golang.org/x/net v0.58.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/text v0.41.0 // indirect
)