initial commit
parents
No related branches found
No related tags found
Dockerfile
0 → 100644
config.yaml
0 → 100644
go.mod
0 → 100644
module github.com/adamhf.io/rss_gitlab_sync | |||
require ( | |||
github.com/xanzy/go-gitlab v0.16.1 | |||
github.com/mmcdole/gofeed v1.0.0-beta2 | |||
gopkg.in/yaml.v2 v2.2.2 | |||
) |
main.go
0 → 100644
Please register or sign in to comment