知行学院重新架构Golang版后台
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.

13 lines
297 B

module main_exam_server
go 1.16
require (
github.com/codegangsta/negroni v1.0.0
github.com/go-ini/ini v1.63.2
github.com/go-redis/redis/v8 v8.11.4
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/mux v1.8.0
github.com/shopspring/decimal v1.3.1
github.com/unrolled/render v1.4.0
)