Files
vpngate/go.mod
dependabot[bot] 7674198143 Bump github.com/spf13/cobra from 1.1.1 to 1.1.2 (#21)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 08:48:32 -05:00

22 lines
710 B
Modula-2

module github.com/davegallant/vpngate
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.2.7
github.com/jszwec/csvutil v1.4.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/mattn/go-runewidth v0.0.8 // indirect
github.com/nxadm/tail v1.4.8
github.com/olekukonko/tablewriter v0.0.4
github.com/rs/zerolog v1.20.0
github.com/showwin/speedtest-go v1.1.1
github.com/spf13/afero v1.5.1
github.com/spf13/cobra v1.1.2
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.4 // indirect
)