module github.com/fastly/cli go 1.14 require ( github.com/BurntSushi/toml v0.3.1 github.com/ajg/form v1.5.1 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/blang/semver v3.5.1+incompatible github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0 github.com/fastly/go-fastly v1.11.0 github.com/fatih/color v1.7.0 github.com/frankban/quicktest v1.5.0 // indirect github.com/google/go-cmp v0.3.1 github.com/google/go-github/v28 v28.1.1 github.com/google/jsonapi v0.0.0-20200226002910-c8283f632fb7 // indirect github.com/hashicorp/go-cleanhttp v0.5.1 // indirect github.com/kennygrant/sanitize v1.2.4 github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.10 // indirect github.com/mholt/archiver v3.1.1+incompatible github.com/mholt/archiver/v3 v3.3.0 github.com/mitchellh/go-wordwrap v1.0.0 github.com/mitchellh/mapstructure v1.1.2 github.com/nicksnyder/go-i18n v1.10.1 // indirect github.com/pierrec/lz4 v2.3.0+incompatible // indirect github.com/segmentio/textio v1.2.0 golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v2 v2.2.4 // indirect )