13 lines
321 B
Modula-2
13 lines
321 B
Modula-2
|
module gitlab.com/toby3d/oembed
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/gobuffalo/packr v1.25.0
|
||
|
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7
|
||
|
github.com/stretchr/testify v1.3.0
|
||
|
github.com/valyala/fasthttp v1.3.0
|
||
|
github.com/valyala/fasttemplate v1.0.1
|
||
|
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
|
||
|
)
|