go.mod 662 字节
module gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway

go 1.16

require (
	github.com/GeeTeam/gt3-golang-sdk v0.0.0-20200116043922-446ca8a507d2
	github.com/beego/beego/v2 v2.0.1
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/disintegration/imaging v1.6.2
	github.com/forgoer/openssl v0.0.0-20210828150411-6c5378b5b719
	github.com/go-pg/pg/v10 v10.10.1
	github.com/go-redis/redis v6.15.7+incompatible
	github.com/google/uuid v1.1.1
	github.com/linmadan/egglib-go v0.0.0-20210827085852-177fa745932d
	github.com/pdfcpu/pdfcpu v0.3.13
	github.com/stretchr/testify v1.7.0
	github.com/tal-tech/go-queue v1.0.5
	golang.org/x/text v0.3.6
)