aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/go.mod b/backend/go.mod
index d8a84eb..cb62854 100644
--- a/backend/go.mod
+++ b/backend/go.mod
@@ -13,6 +13,7 @@ require (
github.com/mmcdole/gofeed v1.3.0
github.com/oapi-codegen/runtime v1.1.2
golang.org/x/crypto v0.39.0
+ golang.org/x/net v0.41.0
)
require (
@@ -82,7 +83,6 @@ require (
go.uber.org/zap v1.27.0 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/mod v0.25.0 // indirect
- golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect