webweav.ing/go.mod
2024-01-18 20:33:37 -07:00

9 lines
116 B
Modula-2

module git.32bit.cafe/yequari/rss-gen
go 1.20
require (
github.com/go-chi/chi v1.5.5
golang.org/x/net v0.20.0
)