module github.com/ezaurum/cthulthu go 1.12 require ( github.com/boombuler/barcode v1.0.0 github.com/bwmarrin/snowflake v0.3.0 github.com/casbin/casbin/v2 v2.2.2 github.com/ezaurum/owlbear v1.0.1 github.com/go-sql-driver/mysql v1.4.1 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/jinzhu/gorm v1.9.8 github.com/labstack/echo/v4 v4.1.16 github.com/labstack/gommon v0.3.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/pkg/errors v0.8.0 github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9 github.com/stretchr/testify v1.5.1 github.com/tealeg/xlsx v1.0.3 golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec )