You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dongfeng-pay/microservice/go.mod

14 lines
284 B
Modula-2

module microservice
go 1.13
require github.com/beego/beego/v2 v2.0.1
require (
github.com/astaxie/beego v1.12.3
github.com/go-sql-driver/mysql v1.5.0
github.com/go-stomp/stomp v2.1.4+incompatible
github.com/rs/xid v1.3.0
github.com/smartystreets/goconvey v1.6.4 // indirect
)