module github.com/akhilrex/podgrab go 1.15 require ( github.com/TheHippo/podcastindex v1.0.0 github.com/antchfx/xmlquery v1.3.3 github.com/chris-ramon/douceur v0.2.0 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/gin-contrib/location v0.0.2 github.com/gin-gonic/gin v1.7.2 github.com/gobeam/stringy v0.0.0-20200717095810-8a3637503f62 github.com/gorilla/websocket v1.4.2 github.com/grokify/html-strip-tags-go v0.0.0-20200923094847-079d207a09f1 github.com/jasonlvhit/gocron v0.0.1 github.com/joho/godotenv v1.3.0 github.com/microcosm-cc/bluemonday v1.0.15 github.com/satori/go.uuid v1.2.0 go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.16.0 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a golang.org/x/net v0.0.0-20210614182718-04defd469f4e golang.org/x/text v0.3.6 // indirect gorm.io/driver/sqlite v1.1.3 gorm.io/gorm v1.20.2 )