mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
d1178009f1
Bumps [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/hashicorp/go-multierror/releases) - [Commits](https://github.com/hashicorp/go-multierror/compare/v1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-multierror dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
1.0 KiB
Modula-2
29 lines
1.0 KiB
Modula-2
module github.com/mxpv/podsync
|
|
|
|
require (
|
|
github.com/BrianHicks/finch v0.0.0-20140409222414-419bd73c29ec
|
|
github.com/dgraph-io/badger v1.6.0
|
|
github.com/eduncan911/podcast v1.4.2
|
|
github.com/gilliek/go-opml v1.0.0
|
|
github.com/golang/mock v1.4.3
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
github.com/naoina/toml v0.1.1
|
|
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.2.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/zackradisic/soundcloud-api v0.1.5
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
golang.org/x/oauth2 v0.0.0-20180620175406-ef147856a6dd
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
google.golang.org/api v0.0.0-20180718221112-efcb5f25ac56
|
|
google.golang.org/appengine v1.1.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|
|
|
|
go 1.13
|