Initial release

This commit is contained in:
2021-05-11 05:23:11 +01:00
commit 32a4e658f0
10 changed files with 614 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
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
)