17 lines
476 B
Modula-2
17 lines
476 B
Modula-2
module github.com/qdm12/gluetun
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fatih/color v1.10.0
|
|
github.com/golang/mock v1.5.0
|
|
github.com/kyokomi/emoji v2.2.4+incompatible
|
|
github.com/qdm12/dns v1.4.0
|
|
github.com/qdm12/golibs v0.0.0-20210215133151-c711ebd3e56a
|
|
github.com/qdm12/ss-server v0.1.0
|
|
github.com/qdm12/updated v0.0.0-20210102005021-dd457d77f94a
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/vishvananda/netlink v1.1.0
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930
|
|
)
|