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 )