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.

16 lines
435 B

module img
go 1.16
require (
github.com/gin-gonic/gin v1.7.1
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/smartystreets/goconvey v1.6.4 // indirect
go.uber.org/zap v1.16.0
gopkg.in/gographics/imagick.v3 v3.3.0
gopkg.in/ini.v1 v1.62.0
)