module github.com/davegallant/vpngate go 1.15 require ( github.com/AlecAivazis/survey/v2 v2.2.16 github.com/jszwec/csvutil v1.5.0 github.com/juju/errors v0.0.0-20200330140219-3fe23663418f github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect github.com/mattn/go-colorable v0.1.8 // indirect github.com/nxadm/tail v1.4.8 github.com/olekukonko/tablewriter v0.0.5 github.com/rs/zerolog v1.23.0 github.com/spf13/afero v1.6.0 github.com/spf13/cobra v1.2.1 github.com/stretchr/testify v1.7.0 )