| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- module github.com/allanpk716/ChineseSubFinder
- go 1.15
- require (
- github.com/EDDYCJY/fake-useragent v0.2.0 // indirect
- github.com/PuerkitoBio/goquery v1.6.1
- github.com/StalkR/imdb v1.0.7
- github.com/Tnze/go.num/v2 v2.0.0-20191006170829-cb483d4c9152
- github.com/abadojack/whatlanggo v1.0.1
- github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
- github.com/beevik/etree v1.1.0
- github.com/fsnotify/fsnotify v1.4.9 // indirect
- github.com/gen2brain/go-unarr v0.1.1
- github.com/go-creed/sat v1.0.3
- github.com/go-resty/resty/v2 v2.6.0
- github.com/go-rod/rod v0.97.2
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
- github.com/jinzhu/now v1.1.2
- github.com/jonboulle/clockwork v0.2.2 // indirect
- github.com/klauspost/compress v1.12.2 // indirect
- github.com/kr/text v0.2.0 // indirect
- github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
- github.com/lestrrat-go/strftime v1.0.4 // indirect
- github.com/magiconair/properties v1.8.4 // indirect
- github.com/mholt/archiver/v3 v3.5.0
- github.com/middelink/go-parse-torrent-name v0.0.0-20190301154245-3ff4efacd4c4
- github.com/mitchellh/mapstructure v1.4.1 // indirect
- github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
- github.com/nzlov/chardet v0.0.0-20190815145004-022cbcf483f9
- github.com/panjf2000/ants/v2 v2.4.5
- github.com/pelletier/go-toml v1.8.1 // indirect
- github.com/pkg/errors v0.9.1 // indirect
- github.com/robfig/cron/v3 v3.0.0
- github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
- github.com/sirupsen/logrus v1.8.1
- github.com/smartystreets/assertions v1.0.0 // indirect
- github.com/spf13/afero v1.4.1 // indirect
- github.com/spf13/cast v1.3.1 // indirect
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
- github.com/spf13/pflag v1.0.5 // indirect
- github.com/spf13/viper v1.7.1
- github.com/stretchr/testify v1.7.0 // indirect
- github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
- github.com/ulikunitz/xz v0.5.10 // indirect
- golang.org/x/net v0.0.0-20210614182718-04defd469f4e
- golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
- golang.org/x/text v0.3.6
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- gopkg.in/errgo.v2 v2.1.0
- gopkg.in/ini.v1 v1.62.0 // indirect
- gopkg.in/yaml.v2 v2.4.0 // indirect
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
- gorm.io/gorm v1.21.12 // indirect
- )
- replace github.com/go-creed/sat => github.com/allanpk716/sat v0.0.0-20210622112535-2e00ce54a80b
|