Add base faketls processing

This commit is contained in:
9seconds
2021-03-25 17:33:22 +03:00
parent a444a10bd0
commit c3e8e8b1fe
7 changed files with 150 additions and 15 deletions
+1
View File
@@ -22,6 +22,7 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tylertreat/BoomFilters v0.0.0-20200520150052-42a7b4300c0c
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
)