Updated golibs and using gomock+mockgen for tests
This commit is contained in:
8
go.mod
8
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user