feeder/go.mod

24 lines
767 B
Modula-2

module gitlab.com/iarenzana/feeder
go 1.15
replace github.com/arenzana/podcast => ../../../github.com/arenzana/podcast
replace github.com/arenzana/id3v2 => ../../../github.com/arenzana/id3v2
require (
github.com/arenzana/id3v2 v1.0.1
github.com/arenzana/podcast v1.4.2
github.com/aws/aws-sdk-go v1.36.12
github.com/google/uuid v1.1.2
github.com/magiconair/properties v1.8.4 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)