diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..564e6ed --- /dev/null +++ b/go.mod @@ -0,0 +1,10 @@ +module github.com/vbatts/sl-feeds + +go 1.13 + +require ( + github.com/BurntSushi/toml v0.3.1 + github.com/gorilla/feeds v1.1.1 + github.com/kr/pretty v0.2.1 // indirect + github.com/urfave/cli v1.22.5 +)