module github.com/cirruslabs/cirrus-cli go 1.14 require ( github.com/Microsoft/go-winio v0.4.16 // indirect github.com/PaesslerAG/gval v1.1.0 github.com/antihax/optional v1.0.0 github.com/avast/retry-go v3.0.0+incompatible github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 github.com/cirruslabs/cirrus-ci-agent v1.32.0 github.com/cirruslabs/echelon v1.4.1 github.com/cirruslabs/go-java-glob v0.1.0 github.com/cirruslabs/podmanapi v0.1.0 github.com/containerd/containerd v1.4.3 // indirect github.com/containers/image/v5 v5.9.0 github.com/containers/storage v1.24.4 // indirect github.com/cyphar/filepath-securejoin v0.2.2 github.com/docker/cli v20.10.1+incompatible github.com/docker/docker v20.10.1+incompatible github.com/docker/go-units v0.4.0 github.com/dustin/go-humanize v1.0.0 github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-git/v5 v5.2.0 github.com/go-test/deep v1.0.7 github.com/golang/protobuf v1.4.3 github.com/google/go-cmp v0.5.4 // indirect github.com/google/go-github/v32 v32.1.0 github.com/google/uuid v1.1.3 github.com/gorilla/mux v1.8.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 github.com/hashicorp/go-version v1.2.1 github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect github.com/lestrrat-go/jspointer v0.0.0-20181205001929-82fadba7561c // indirect github.com/lestrrat-go/jsref v0.0.0-20181205001954-1b590508f37d // indirect github.com/lestrrat-go/jsschema v0.0.0-20181205002244-5c81c58ffcc3 github.com/lestrrat-go/jsval v0.0.0-20181205002323-20277e9befc0 // indirect github.com/lestrrat-go/pdebug v0.0.0-20200204225717-4d6bd78da58d // indirect github.com/lestrrat-go/structinfo v0.0.0-20190212233437-acd51874663b // indirect github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/go-ps v1.0.0 github.com/mitchellh/mapstructure v1.4.0 // indirect github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect github.com/onsi/ginkgo v1.14.2 // indirect github.com/onsi/gomega v1.10.3 // indirect github.com/otiai10/copy v1.4.2 github.com/pelletier/go-toml v1.8.1 // indirect github.com/pkg/sftp v1.12.0 github.com/qri-io/starlib v0.4.2 github.com/sirupsen/logrus v1.7.0 github.com/spf13/afero v1.5.1 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/cobra v1.1.1 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect github.com/xanzy/ssh-agent v0.3.0 // indirect github.com/xeipuuv/gojsonschema v1.2.0 github.com/yudai/gojsondiff v1.0.0 github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect github.com/yudai/pp v2.0.1+incompatible // indirect go.starlark.net v0.0.0-20201210151846-e81fc95f7bd5 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 golang.org/x/text v0.3.4 google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect google.golang.org/grpc v1.34.0 google.golang.org/protobuf v1.25.0 gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 gotest.tools/v3 v3.0.3 // indirect )