- Goal was to simplify main.go complexity
- Use common structures and interfaces for all vpn providers
- Moved files around
- Removed some alias models
This commit is contained in:
Quentin McGaw
2020-06-13 14:08:29 -04:00
committed by GitHub
parent 4f502abcf8
commit 7369808b84
47 changed files with 1530 additions and 1693 deletions

6
go.mod
View File

@@ -5,8 +5,8 @@ go 1.14
require (
github.com/fatih/color v1.9.0
github.com/golang/mock v1.4.3
github.com/kyokomi/emoji v2.2.2+incompatible
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/qdm12/golibs v0.0.0-20200528010515-765b7cd4f0db
github.com/stretchr/testify v1.5.1
golang.org/x/sys v0.0.0-20200523222454-059865788121
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
)