Skip to content

Commit 752b9b8

Browse files
Bump golang.org/x/crypto in /frameworks/Go/atreugo/src (#8648)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220829220503-c86fa9a7ed90 to 0.17.0. - [Commits](https://github.com/golang/crypto/commits/v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b4c026 commit 752b9b8

File tree

2 files changed

+9
-181
lines changed

2 files changed

+9
-181
lines changed

frameworks/Go/atreugo/src/go.mod

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,23 @@ module atreugo/src
33
go 1.19
44

55
require (
6-
github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c
76
github.com/jackc/pgx/v5 v5.0.4
8-
github.com/mailru/easyjson v0.7.7
97
github.com/savsgio/atreugo/v11 v11.9.7
108
github.com/valyala/quicktemplate v1.7.0
119
)
1210

1311
require (
1412
github.com/andybalholm/brotli v1.0.4 // indirect
1513
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
1914
github.com/jackc/pgpassfile v1.0.0 // indirect
20-
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
2115
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
2416
github.com/jackc/puddle/v2 v2.0.0 // indirect
25-
github.com/josharian/intern v1.0.0 // indirect
2617
github.com/klauspost/compress v1.15.10 // indirect
2718
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
2819
github.com/valyala/bytebufferpool v1.0.0 // indirect
2920
github.com/valyala/fasthttp v1.40.0 // indirect
3021
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
3425
)

0 commit comments

Comments
 (0)