Compare commits

1 Commits

Author SHA1 Message Date
Renovate Bot
43650573cb Update https://git.quad4.io/actions/download-artifact action to v7
All checks were successful
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 1m20s
2025-12-30 00:04:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Checkout
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Download frontend assets
uses: https://git.quad4.io/actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
uses: https://git.quad4.io/actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
with:
name: frontend-build
path: build/

4
go.mod
View File

@@ -5,9 +5,8 @@ go 1.25.4
require (
git.quad4.io/Go-Libs/RSS v1.0.0
github.com/go-shiori/go-readability v0.0.0-20251205110129-5db1dc9836f0
golang.org/x/sync v0.19.0
golang.org/x/time v0.14.0
modernc.org/sqlite v1.42.2
modernc.org/sqlite v1.41.0
)
require (
@@ -24,6 +23,7 @@ require (
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
modernc.org/libc v1.66.10 // indirect