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
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.14

require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/editorconfig/editorconfig-core-go/v2 v2.4.3
github.com/fatih/color v1.9.0 // indirect
github.com/go-macaron/binding v1.2.0
Expand Down Expand Up @@ -66,9 +65,9 @@ require (
gorm.io/driver/sqlserver v1.0.5
gorm.io/gorm v1.22.5
unknwon.dev/clog/v2 v2.2.0
xorm.io/builder v0.3.6
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978
xorm.io/core v0.7.2
xorm.io/xorm v0.8.0
xorm.io/xorm v1.3.2
)

// +heroku goVersion go1.15
Expand Down
Loading