diff options
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/go.mod b/backend/go.mod index 78ca5d0..68a6343 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -11,6 +11,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.28 github.com/mmcdole/gofeed v1.3.0 github.com/vektah/gqlparser/v2 v2.5.30 + golang.org/x/crypto v0.39.0 ) require ( @@ -69,7 +70,6 @@ require ( go.uber.org/atomic v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.39.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 |
