Add base dialers module

This commit is contained in:
9seconds
2021-03-05 12:20:57 +03:00
parent 2be900745f
commit 4689479745
12 changed files with 506 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
module github.com/9seconds/mtg/v2
go 1.16
require (
github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
github.com/libp2p/go-reuseport v0.0.2
github.com/pelletier/go-toml v1.8.1
github.com/shadowsocks/go-shadowsocks2 v0.1.4
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)