fix gocyclo support

This commit is contained in:
谢小军
2020-01-03 10:46:56 +08:00
parent bd9e77d459
commit 41b157d708
5 changed files with 37 additions and 28 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/xxjwxc/gormt
go 1.13
require (
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/kr/pretty v0.1.0 // indirect