Skip to content

Commit

Permalink
Bump fuse, goprogressbar, gotable, go-toml, cobra, crypto, net, sys, …
Browse files Browse the repository at this point in the history
…google/api deps
  • Loading branch information
muesli committed Apr 12, 2021
1 parent 3edd54a commit f89250c
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 44 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/knoxite/knoxite
go 1.13

require (
bazil.org/fuse v0.0.0-20191225233854-3a99aca11732
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05
cloud.google.com/go/storage v1.14.0
github.com/Azure/azure-storage-file-go v0.8.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
Expand All @@ -20,27 +20,26 @@ require (
github.com/muesli/combinator v0.3.0
github.com/muesli/crunchy v0.4.0
github.com/muesli/go-app-paths v0.2.1
github.com/muesli/goprogressbar v0.0.0-20200829150239-abc87a99d0c4
github.com/muesli/gotable v0.0.0-20190807045009-bcaa6df995ab
github.com/muesli/goprogressbar v0.2.0
github.com/muesli/gotable v0.0.0-20210307142814-960606545b8b
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/pelletier/go-toml v1.2.0
github.com/pelletier/go-toml v1.9.0
github.com/pkg/sftp v1.13.0
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
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
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/studio-b12/gowebdav v0.0.0-20210203212356-8244b5a5f51a
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.10
github.com/ungerik/go-dry v0.0.0-20180411133923-654ae31114c8 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073
google.golang.org/api v0.40.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
google.golang.org/api v0.44.0
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/kothar/go-backblaze.v0 v0.0.0-20210124194846-35409b867216
)

0 comments on commit f89250c

Please sign in to comment.