module github.com/smallstep/cli go 1.13 require ( github.com/Microsoft/go-winio v0.4.14 github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944 github.com/boombuler/barcode v1.0.1 // indirect github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e github.com/corpix/uarand v0.1.1 // indirect github.com/google/uuid v1.1.2 github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/manifoldco/promptui v0.8.0 github.com/pkg/errors v0.9.1 github.com/pquerna/otp v1.0.0 github.com/samfoo/ansi v0.0.0-20160124022901-b6bd2ded7189 github.com/shurcooL/sanitized_anchor_name v1.0.0 github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 github.com/smallstep/certificates v0.16.0 github.com/smallstep/certinfo v1.5.1 github.com/smallstep/truststore v0.9.6 github.com/smallstep/zcrypto v0.0.0-20200203191936-fbc32cf76bce github.com/smallstep/zlint v0.0.0-20180727184541-d84eaafe274f github.com/stretchr/testify v1.7.0 github.com/urfave/cli v1.22.5 go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go.step.sm/crypto v0.9.0 go.step.sm/linkedca v0.0.0-20210611183751-27424aae8d25 golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e golang.org/x/net v0.0.0-20210614182718-04defd469f4e golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c golang.org/x/term v0.0.0-20210503060354-a79de5458b56 google.golang.org/protobuf v1.27.1 gopkg.in/square/go-jose.v2 v2.5.1 software.sslmate.com/src/go-pkcs12 v0.0.0-20201103104416-57fc603b7f52 ) // replace github.com/smallstep/certificates => ../certificates // replace go.step.sm/linkedca => ../linkedca // replace go.step.sm/cli-utils => ../cli-utils // replace go.step.sm/crypto => ../crypto // replace github.com/smallstep/certinfo => ../certinfo