2020-07-26 12:07:06 +00:00
|
|
|
module github.com/qdm12/gluetun
|
2020-02-06 20:42:46 -05:00
|
|
|
|
2020-08-17 20:39:49 -04:00
|
|
|
go 1.15
|
2020-02-06 20:42:46 -05:00
|
|
|
|
|
|
|
|
require (
|
2020-12-29 01:06:08 +00:00
|
|
|
github.com/fatih/color v1.10.0
|
2020-08-17 20:39:49 -04:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-06-13 14:08:29 -04:00
|
|
|
github.com/kyokomi/emoji v2.2.4+incompatible
|
2021-02-01 01:22:46 +00:00
|
|
|
github.com/qdm12/dns v1.4.0
|
2021-02-25 23:51:29 +00:00
|
|
|
github.com/qdm12/golibs v0.0.0-20210215133151-c711ebd3e56a
|
2020-11-13 00:42:14 +00:00
|
|
|
github.com/qdm12/ss-server v0.1.0
|
2021-01-02 18:31:39 +00:00
|
|
|
github.com/qdm12/updated v0.0.0-20210102005021-dd457d77f94a
|
2021-01-23 11:25:08 -05:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-22 18:55:28 -04:00
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2020-12-29 01:06:08 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930
|
2020-02-06 20:42:46 -05:00
|
|
|
)
|