Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
fix: go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel van der Veen committed Dec 20, 2019
1 parent a9ca4c5 commit da50741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 2 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,24 @@ go 1.13

require (
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944
github.com/asaskevich/govalidator v0.0.0-20180315120708-ccb8e960c48f // indirect
github.com/boombuler/barcode v1.0.0 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/corpix/uarand v0.0.0-20170903190822-2b8494104d86 // indirect
github.com/go-chi/chi v4.0.2+incompatible // indirect
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kr/pty v1.1.3 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.3.1
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/newrelic/go-agent v2.15.0+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/pquerna/otp v1.0.0
github.com/samfoo/ansi v0.0.0-20160124022901-b6bd2ded7189
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/smallstep/assert v0.0.0-20180720014142-de77670473b5
github.com/smallstep/certificates v0.14.0-rc.1.0.20191030004513-ff13b2a6991d
github.com/smallstep/certinfo v0.0.0-20191029235839-00563809d483
github.com/smallstep/nosql v0.1.1 // indirect
github.com/smallstep/truststore v0.9.3
github.com/smallstep/zcrypto v0.0.0-20191030000234-ab27e7ba0886
github.com/smallstep/zlint v0.0.0-20180727184541-d84eaafe274f
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.20.1-0.20181029213200-b67dcf995b6a
github.com/weppos/publicsuffix-go v0.4.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gopkg.in/square/go-jose.v2 v2.4.0
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)

replace github.com/smallstep/cli => github.com/Synadia/cli v0.13.4-alpha.1
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOv
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/OpenPeeDeeP/depguard v1.0.0/go.mod h1:7/4sitnI9YlQgTLLk734QlzXT8DuHVnAyztLplQjk+o=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/Synadia/cli v0.13.4-alpha.1/go.mod h1:2mhQj6LmOaZHEQpPZ80nmTuv2p9KKFD/KHnSSrjUFR8=
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944 h1:CjexZrggt4RldpEUXFZf52vSO3cnmFaqW6B4wADj05Q=
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944/go.mod h1:sPML5WwI6oxLRLPuuqbtoOKhtmpVDCYtwsps+I+vjIY=
github.com/asaskevich/govalidator v0.0.0-20180315120708-ccb8e960c48f h1:y2hSFdXeA1y5z5f0vfNO0Dg5qVY036qzlz3Pds0B92o=
Expand Down

0 comments on commit da50741

Please sign in to comment.