moviefeed/go.mod(view raw)
1 2 3 4 5 6 7 8
module olexsmir.xyz/moviefeed go 1.24 require ( github.com/gorilla/feeds v1.2.0 gopkg.in/yaml.v2 v2.4.0 )