module github.com/eduncan911/podcast go 1.13 require ( github.com/davecgh/go-spew v1.1.1 github.com/dvyukov/go-fuzz v0.0.0-20191206100749-a378175e205c // indirect github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 github.com/stretchr/testify v1.4.0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.8 )