Skip to content

Commit

Permalink
fix mod
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed May 12, 2020
1 parent a3901e5 commit 380cc82
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 105 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ go 1.13

require (
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/jinzhu/gorm v1.9.11
github.com/go-sql-driver/mysql v1.5.0
github.com/jinzhu/gorm v1.9.12
github.com/jroimartin/gocui v0.4.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/spf13/cobra v0.0.5
github.com/xxjwxc/public v0.0.0-20200511060309-118d977ff0ab
github.com/xxjwxc/public v0.0.0-20200512075732-ac398d0e55d0
golang.org/x/text v0.3.2
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.2
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
Expand Down
Loading

0 comments on commit 380cc82

Please sign in to comment.