Commit Graph

23 Commits

Author SHA1 Message Date
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
dependabot[bot]
76464e3158 Bump github.com/nxadm/tail from 1.4.6 to 1.4.8 (#20)
Bumps [github.com/nxadm/tail](https://github.com/nxadm/tail) from 1.4.6 to 1.4.8.
- [Release notes](https://github.com/nxadm/tail/releases)
- [Changelog](https://github.com/nxadm/tail/blob/master/CHANGES.md)
- [Commits](https://github.com/nxadm/tail/compare/v1.4.6...v1.4.8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 08:41:58 -05:00
dependabot[bot]
a3d4cf8c9e Bump github.com/showwin/speedtest-go from 1.1.0 to 1.1.1 (#19)
Bumps [github.com/showwin/speedtest-go](https://github.com/showwin/speedtest-go) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/showwin/speedtest-go/releases)
- [Changelog](https://github.com/showwin/speedtest-go/blob/master/.goreleaser.yml)
- [Commits](https://github.com/showwin/speedtest-go/compare/v1.1.0...v1.1.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 07:29:47 -05:00
dependabot[bot]
0d9827d1ca Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#18)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 07:29:25 -05:00
Dave Gallant
d3c2279555 Add parsing tests (#17) 2021-01-30 18:38:52 -05:00
Dave Gallant
d539a6677a Update asciicast in README.md (#16)
* Update README.md
2021-01-10 22:48:29 -05:00
Dave Gallant
fb18c0a8a2 Update README.md 2021-01-10 21:58:33 -05:00
Dave Gallant
3ea6d32c65 Ensure clean exit of exec.Command 2021-01-03 17:21:49 -05:00
Dave Gallant
ce7cd9f9a1 Add CGO_ENABLED=0 to README.md (#13) 2021-01-02 20:09:04 -05:00
Dave Gallant
953a66d906 Add asciinema recording #12 v0.0.2 2021-01-01 18:33:12 -05:00
Dave Gallant
1fbcaf803d Use full country name in survey selection (#11) 2021-01-01 18:23:11 -05:00
Dave Gallant
4058594db2 Update README.md (#10) 2021-01-01 13:39:12 -05:00
Dave Gallant
1d6f03dd60 Update README.md (#9)
* Improve instructions for macOS
2021-01-01 13:37:21 -05:00
Dave Gallant
68cb504fa1 Update README.md (#8) 2021-01-01 13:25:50 -05:00
Dave Gallant
a58e676371 Update README.md (#7) 2021-01-01 13:23:53 -05:00
Dave Gallant
4d801a3675 Add macOS-specific instructions to README.md (#6)
* Update README.md
2021-01-01 13:19:36 -05:00
Dave Gallant
809fd6eec9 Update README.md 2020-12-31 20:28:56 -05:00
dependabot[bot]
7130b53a1b Bump github.com/spf13/afero from 1.3.2 to 1.5.1 (#5)
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.3.2 to 1.5.1.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](https://github.com/spf13/afero/compare/v1.3.2...v1.5.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-31 10:43:36 -05:00
dependabot-preview[bot]
5ddcc7fe5e Create Dependabot config file (#4)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-31 10:40:19 -05:00
Dave Gallant
f405f9204e Use forked tail package (#3) 2020-12-31 10:37:07 -05:00
Dave Gallant
d748c5c74d Ensure random seed is planted (#2) 2020-12-31 09:09:41 -05:00
Dave Gallant
a2afbc1e35 Add initial prototype (#1)
* Add survey library to select server

* Add speedtest

* Add --random flag to connect

* Add list command

* Cache server list

* Tail the openvpn logs so that it appears in vpngate logs

* Add goreleaser action

* Add golangci-lint action
2020-12-31 02:56:01 -05:00
Dave Gallant
c52d1e990a Add initial 2020-12-24 00:07:48 -05:00