Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 20, 2020
1 parent 7996704 commit fea838b
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 16 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ go 1.13

require (
bazil.org/fuse v0.0.0-20191225233854-3a99aca11732
cloud.google.com/go v0.56.0 // indirect
cloud.google.com/go/storage v1.6.0
github.com/Azure/azure-storage-file-go v0.7.0
cloud.google.com/go/storage v1.10.0
github.com/Azure/azure-storage-file-go v0.8.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/go-ini/ini v1.51.1 // indirect
github.com/google/readahead v0.0.0-20161222183148-eaceba169032 // indirect
github.com/jlaffaye/ftp v0.0.0-20200331144919-d4caf6ffcab8
github.com/klauspost/compress v1.10.6
github.com/klauspost/compress v1.10.11
github.com/klauspost/reedsolomon v1.9.9
github.com/klauspost/shutdown2 v1.1.0
github.com/minio/highwayhash v1.0.0
Expand All @@ -25,7 +24,7 @@ require (
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/pkg/sftp v1.11.0
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
github.com/restic/chunker v0.3.0
github.com/restic/chunker v0.4.0
github.com/segmentio/go-env v1.1.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.0.0
Expand All @@ -34,11 +33,11 @@ require (
github.com/t3rm1n4l/go-mega v0.0.0-20200416171014-ffad7fcb44b8
github.com/tj/go-dropbox v0.0.0-20171107035848-42dd2be3662d
github.com/tj/go-dropy v0.0.0-20151223190506-225699a12156
github.com/ulikunitz/xz v0.5.7
github.com/ulikunitz/xz v0.5.8
github.com/ungerik/go-dry v0.0.0-20180411133923-654ae31114c8 // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
google.golang.org/api v0.22.0
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
google.golang.org/api v0.28.0
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/kothar/go-backblaze.v0 v0.0.0-20191215213626-7594ed38700f
)

0 comments on commit fea838b

Please sign in to comment.