module github.com/Files-com/files-cli go 1.14 require ( github.com/Files-com/files-sdk-go v1.0.640 github.com/dnaeon/go-vcr v1.1.0 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-retryablehttp v0.7.0 // indirect github.com/marshallbrekka/go-u2fhost v0.0.0-20210111072507-3ccdec8c8105 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/spf13/cobra v1.1.3 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 github.com/vbauerster/mpb/v5 v5.4.0 golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect )