Skip to content

Commit c3a47d0

Browse files
GenerQAQGener
authored andcommitted
fix(deps): resolve security audit failures
- Bump Go 1.25.8 -> 1.25.9 to fix crypto/x509 and crypto/tls vulns (GO-2026-4947, GO-2026-4946, GO-2026-4870) - Upgrade aiohttp 3.13.3 -> 3.13.5 to fix 10 CVEs in Python audit
1 parent 9c7b432 commit c3a47d0

3 files changed

Lines changed: 91 additions & 91 deletions

File tree

src/client/acontext-cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/memodb-io/Acontext/acontext-cli
22

3-
go 1.25.8
3+
go 1.25.9
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7

src/server/api/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/memodb-io/Acontext
22

3-
go 1.25.8
3+
go 1.25.9
44

55
require (
66
github.com/alicebob/miniredis/v2 v2.37.0

0 commit comments

Comments
 (0)