1
0
Fork 0
golang-github-gorilla-feeds/go.mod
Daniel Baumann 04bba8eb8a
Adding upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 17:35:34 +02:00

10 lines
182 B
Modula-2

module github.com/gorilla/feeds
go 1.20
require github.com/kr/pretty v0.3.1
require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
)