go.mod 146 Bytes
Newer Older
wangp's avatar
wangp committed
1 2
module system_pay

wangp's avatar
wangp committed
3
go 1.16
wangp's avatar
wangp committed
4 5 6 7 8 9

require (
	github.com/astaxie/beego v1.12.3
	github.com/pkg/errors v0.9.1
	github.com/smartystreets/goconvey v1.8.0
)