Remove shadowsocks dependency

This commit is contained in:
9seconds
2021-03-05 18:16:24 +03:00
parent 88e076a283
commit 5b46152945
3 changed files with 4 additions and 94 deletions
+3 -4
View File
@@ -3,12 +3,11 @@ module github.com/9seconds/mtg/v2
go 1.16
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
github.com/libp2p/go-reuseport v0.0.2
github.com/mccutchen/go-httpbin v1.1.1 // indirect
github.com/mccutchen/go-httpbin v1.1.1
github.com/pelletier/go-toml v1.8.1
github.com/shadowsocks/go-shadowsocks2 v0.1.4
github.com/stretchr/testify v1.7.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)