1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/go.mod

28 lines
1.1 KiB
Modula-2
Raw Normal View History

2018-11-22 14:48:53 -08:00
module github.com/mxpv/podsync
require (
github.com/BrianHicks/finch v0.0.0-20140409222414-419bd73c29ec
2019-10-26 22:43:30 -07:00
github.com/BurntSushi/toml v0.3.1
2018-11-24 11:58:08 -08:00
github.com/eduncan911/podcast v1.3.0 // indirect
2019-03-11 21:23:36 -07:00
github.com/golang/mock v1.2.0
2019-10-29 12:50:06 -07:00
github.com/golang/protobuf v1.2.0 // indirect
2019-05-09 10:16:13 -07:00
github.com/jessevdk/go-flags v1.4.0
2018-11-22 14:48:53 -08:00
github.com/mxpv/podcast v0.0.0-20170823220358-fe328ad87d18
github.com/pkg/errors v0.8.0
2019-03-24 20:16:11 -07:00
github.com/silentsokolov/go-vimeo v0.0.0-20190116124215-06829264260c
2018-12-02 13:58:41 -08:00
github.com/sirupsen/logrus v1.2.0
2018-11-22 14:48:53 -08:00
github.com/stretchr/testify v1.2.2
2018-11-24 11:58:08 -08:00
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
2018-11-22 14:48:53 -08:00
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf
2019-03-31 20:59:24 -07:00
github.com/vmihailenco/msgpack v4.0.4+incompatible
2019-03-11 21:23:36 -07:00
golang.org/x/net v0.0.0-20190311183353-d8887717615a
2018-11-22 14:48:53 -08:00
golang.org/x/oauth2 v0.0.0-20180620175406-ef147856a6dd
2019-10-29 12:50:06 -07:00
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
2019-03-11 21:23:36 -07:00
golang.org/x/sys v0.0.0-20190311152110-c8c8c57fd1e1 // indirect
2018-11-22 14:48:53 -08:00
google.golang.org/api v0.0.0-20180718221112-efcb5f25ac56
google.golang.org/appengine v1.1.0 // indirect
2019-10-29 12:50:06 -07:00
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
2018-11-22 14:48:53 -08:00
)
2019-10-26 22:43:30 -07:00
go 1.13