Add TLSConfig to nctalk (#1195)

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim
2020-08-30 07:49:26 -04:00
committed by GitHub
parent c63f08c811
commit a0741d99b8
52 changed files with 12389 additions and 368 deletions

View File

@@ -2,4 +2,7 @@ module gomod.garykim.dev/nc-talk
go 1.13
require github.com/monaco-io/request v1.0.3
require (
github.com/monaco-io/request v1.0.4
github.com/stretchr/testify v1.6.1
)