You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
12 lines
374 B
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 |
|
)
|
|
|