mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
26 lines
815 B
Modula-2
26 lines
815 B
Modula-2
module github.com/mxpv/podsync
|
|
|
|
require (
|
|
github.com/BrianHicks/finch v0.0.0-20140409222414-419bd73c29ec
|
|
github.com/aws/aws-sdk-go v1.44.144
|
|
github.com/dgraph-io/badger v1.6.2
|
|
github.com/eduncan911/podcast v1.4.2
|
|
github.com/gilliek/go-opml v1.0.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/silentsokolov/go-vimeo v0.0.0-20190116124215-06829264260c
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/zackradisic/soundcloud-api v0.1.8
|
|
golang.org/x/oauth2 v0.6.0
|
|
golang.org/x/sync v0.1.0
|
|
google.golang.org/api v0.0.0-20180718221112-efcb5f25ac56
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
go 1.13
|