5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 03:26:57 +00:00
matterbridge/vendor/gomod.garykim.dev/nc-talk/go.mod
Gary Kim a0741d99b8
Add TLSConfig to nctalk (#1195)
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-08-30 13:49:26 +02:00

9 lines
128 B
Modula-2

module gomod.garykim.dev/nc-talk
go 1.13
require (
github.com/monaco-io/request v1.0.4
github.com/stretchr/testify v1.6.1
)