13 lines
374 B
Modula-2
13 lines
374 B
Modula-2
module opengraph-image-gen
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/canhlinh/svg2png v0.0.0-20201124065332-6ba87c82371f
|
|
github.com/gofiber/fiber/v2 v2.9.0
|
|
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
)
|