go-ttrss

incomplete CLI interface to manage your TTRSS account
git clone https://git.e1e0.net/go-ttrss.git
Log | Files | Refs | README

go.mod (137B)


      1 module git.e1e0.net/go-ttrss
      2 
      3 go 1.15
      4 
      5 require (
      6 	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
      7 	github.com/urfave/cli/v2 v2.2.0
      8 )