module github.com/airplanedev/cli go 1.16 require ( github.com/AlecAivazis/survey/v2 v2.2.9 github.com/MakeNowJust/heredoc v1.0.0 github.com/Microsoft/hcsshim v0.8.15 // indirect github.com/airplanedev/archiver v1.1.3-0.20210415184012-094191384ed3 github.com/alecthomas/jsonschema v0.0.0-20210413112511-5c9c23bdc720 github.com/andybalholm/brotli v1.0.3 // indirect github.com/containerd/continuity v0.0.0-20210313171317-968621f0704d // indirect github.com/docker/docker v20.10.5+incompatible github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.10.0 github.com/go-git/go-git/v5 v5.2.0 github.com/golang/snappy v0.0.3 // indirect github.com/gosimple/slug v1.9.0 github.com/kr/text v0.2.0 github.com/mattn/go-isatty v0.0.12 github.com/mitchellh/mapstructure v1.3.1 github.com/moby/buildkit v0.8.2 github.com/moby/sys/mount v0.2.0 // indirect github.com/olekukonko/tablewriter v0.0.5 github.com/pkg/errors v0.9.1 github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f github.com/segmentio/events/v2 v2.4.0 github.com/spf13/cobra v1.1.3 github.com/stretchr/testify v1.6.1 github.com/ulikunitz/xz v0.5.10 // indirect github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect golang.org/x/text v0.3.5 // indirect gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c )