1
0
Fork 0
opengraph-image-gen/go.mod

13 lines
374 B
Modula-2
Raw Normal View History

2021-05-11 04:23:11 +00:00
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
)