2020-02-06 20:42:46 -05:00
|
|
|
module github.com/qdm12/private-internet-access-docker
|
|
|
|
|
|
2020-04-12 18:09:46 +00:00
|
|
|
go 1.14
|
2020-02-06 20:42:46 -05:00
|
|
|
|
|
|
|
|
require (
|
2020-04-19 20:40:31 +00:00
|
|
|
github.com/fatih/color v1.9.0
|
2020-04-12 08:55:13 -04:00
|
|
|
github.com/golang/mock v1.4.3
|
2020-06-13 14:08:29 -04:00
|
|
|
github.com/kyokomi/emoji v2.2.4+incompatible
|
2020-05-28 01:07:32 +00:00
|
|
|
github.com/qdm12/golibs v0.0.0-20200528010515-765b7cd4f0db
|
2020-06-13 14:08:29 -04:00
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
|
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
|
2020-02-06 20:42:46 -05:00
|
|
|
)
|