Updated golibs and using gomock+mockgen for tests

This commit is contained in:
Quentin McGaw
2020-04-12 18:09:46 +00:00
parent 68203c221d
commit d42de99879
14 changed files with 171 additions and 603 deletions

8
go.mod
View File

@@ -1,11 +1,11 @@
module github.com/qdm12/private-internet-access-docker
go 1.13
go 1.14
require (
github.com/golang/mock v1.4.3
github.com/kyokomi/emoji v2.1.0+incompatible
github.com/qdm12/golibs v0.0.0-20200329231626-f55b47cd4e96
github.com/kyokomi/emoji v2.2.1+incompatible
github.com/qdm12/golibs v0.0.0-20200412175259-da41d65db446
github.com/stretchr/testify v1.5.1
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa
)