mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
a0741d99b8
Signed-off-by: Gary Kim <gary@garykim.dev>
9 lines
128 B
Modula-2
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
|
|
)
|