You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
284 B
11 lines
284 B
module gitea.fedy95.com/dev/news-aggregator-back
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
//github.com/codegangsta/cli v1.20.0 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/lib/pq v1.10.1 // indirect
|
|
github.com/mmcdole/gofeed v1.1.3 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|