@@ -3,32 +3,23 @@ module atreugo/src
3
3
go 1.19
4
4
5
5
require (
6
- github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c
7
6
github.com/jackc/pgx/v5 v5.0.4
8
- github.com/mailru/easyjson v0.7.7
9
7
github.com/savsgio/atreugo/v11 v11.9.7
10
8
github.com/valyala/quicktemplate v1.7.0
11
9
)
12
10
13
11
require (
14
12
github.com/andybalholm/brotli v1.0.4 // indirect
15
13
github.com/fasthttp/router v1.4.12 // indirect
16
- github.com/jackc/chunkreader/v2 v2.0.1 // indirect
17
- github.com/jackc/pgconn v1.13.0 // indirect
18
- github.com/jackc/pgio v1.0.0 // indirect
19
14
github.com/jackc/pgpassfile v1.0.0 // indirect
20
- github.com/jackc/pgproto3/v2 v2.3.1 // indirect
21
15
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
22
- github.com/jackc/pgtype v1.12.0 // indirect
23
- github.com/jackc/puddle v1.3.0 // indirect
24
16
github.com/jackc/puddle/v2 v2.0.0 // indirect
25
- github.com/josharian/intern v1.0.0 // indirect
26
17
github.com/klauspost/compress v1.15.10 // indirect
27
18
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
28
19
github.com/valyala/bytebufferpool v1.0.0 // indirect
29
20
github.com/valyala/fasthttp v1.40.0 // indirect
30
21
github.com/valyala/tcplisten v1.0.0 // indirect
31
- golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
32
- golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
33
- golang.org/x/text v0.3.8 // indirect
22
+ golang.org/x/crypto v0.17.0 // indirect
23
+ golang.org/x/sys v0.15.0 // indirect
24
+ golang.org/x/text v0.14.0 // indirect
34
25
)
0 commit comments