Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TtSx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module TtSx

go 1.15

require github.com/astaxie/beego v1.12.1
require github.com/astaxie/beego v1.12.2

require (
github.com/go-sql-driver/mysql v1.4.1
github.com/go-sql-driver/mysql v1.5.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
github.com/smartwalle/alipay v1.0.2
Expand Down
Loading