-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (41 loc) · 1.71 KB
/
go.mod
File metadata and controls
45 lines (41 loc) · 1.71 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
41
42
43
44
45
module djinn-ci.com/x/tools
go 1.18
replace djinn-ci.com => ./djinn
require (
djinn-ci.com v1.3.0
github.com/andrewpillar/config v1.0.0
github.com/andrewpillar/query v0.0.0-20220329202258-3234d5f45afd
github.com/jackc/pgx/v4 v4.14.1
)
require (
github.com/andrewpillar/fs v0.0.0-20230505194115-11f5fcb3ec95 // indirect
github.com/andrewpillar/webutil/v2 v2.2.1 // indirect
github.com/go-redis/redis v6.15.7+incompatible // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.9.1 // indirect
github.com/jackc/puddle v1.2.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/markbates/pkger v0.12.8 // indirect
github.com/mcmathja/curlyq v0.4.0 // indirect
github.com/pkg/sftp v1.13.5 // indirect
github.com/speps/go-hashids v2.0.0+incompatible // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)