Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c029404cc5 |
4
go.mod
4
go.mod
@@ -5,8 +5,9 @@ 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.41.0
|
||||
modernc.org/sqlite v1.42.2
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -23,7 +24,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user