summaryrefslogtreecommitdiffstats
path: root/vendor/gomod.garykim.dev/nc-talk/go.mod
blob: 1aa51ff70b6aa24eb4475808f743d2ed375c725d (plain) (blame)
1
2
3
4
5
6
7
8
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
)