forked from jshiffer/matterbridge
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
|
|
)
|