1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/go.mod
Maksym Pavlenko acee1d9cfc Refactor builders
2019-10-29 12:50:06 -07:00

28 lines
1.1 KiB
Modula-2

module github.com/mxpv/podsync
require (
github.com/BrianHicks/finch v0.0.0-20140409222414-419bd73c29ec
github.com/BurntSushi/toml v0.3.1
github.com/eduncan911/podcast v1.3.0 // indirect
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.2.0 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/mxpv/podcast v0.0.0-20170823220358-fe328ad87d18
github.com/pkg/errors v0.8.0
github.com/silentsokolov/go-vimeo v0.0.0-20190116124215-06829264260c
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.2.2
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf
github.com/vmihailenco/msgpack v4.0.4+incompatible
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20180620175406-ef147856a6dd
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190311152110-c8c8c57fd1e1 // indirect
google.golang.org/api v0.0.0-20180718221112-efcb5f25ac56
google.golang.org/appengine v1.1.0 // indirect
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
)
go 1.13