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.2+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
|
|
)
|