13 lines
334 B
Modula-2
13 lines
334 B
Modula-2
module github.com/qdm12/private-internet-access-docker
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/fatih/color v1.9.0
|
|
github.com/golang/mock v1.4.3
|
|
github.com/kyokomi/emoji v2.2.4+incompatible
|
|
github.com/qdm12/golibs v0.0.0-20200712151944-a0325873bf5a
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
|
)
|