Add mock for net conn

This commit is contained in:
9seconds
2021-03-09 11:58:06 +03:00
parent 7002e4cd09
commit b5346668f8
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ require (
github.com/libp2p/go-reuseport v0.0.2
github.com/mccutchen/go-httpbin v1.1.1
github.com/pelletier/go-toml v1.8.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)