Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 287 Bytes

go.mod

File metadata and controls

10 lines (8 loc) · 287 Bytes
module github.com/hellodword/wechat-feeds go 1.15 require ( github.com/gocarina/gocsv v0.0.0-20201208093247-67c824bc04d4 github.com/google/go-github/v33 v33.0.1-0.20210304192731-149aabe8d877 github.com/mmcdole/gofeed v1.1.3 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be )