-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
23 lines (20 loc) · 775 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/allanpk716/rssproxy
go 1.14
require github.com/go-resty/resty/v2 v2.3.0
require (
github.com/Masterminds/goutils v1.1.0
github.com/ahmdrz/goinsta/v2 v2.4.5
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/gorilla/feeds v1.1.1
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.3 // indirect
github.com/muesli/cache2go v0.0.0-20201208071950-e3e970b4892f
github.com/n0madic/twitter-scraper v0.0.0-20210106191912-6f9f1f94f606
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.1
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
)