You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
527 B
Modula-2

5 years ago
module github.com/xxjwxc/gormt
5 years ago
go 1.13
require (
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect
5 years ago
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
github.com/leodido/go-urn v1.2.0 // indirect
github.com/spf13/cobra v0.0.5
5 years ago
github.com/xxjwxc/public v0.0.0-20191107073037-ea6b812d567f
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
5 years ago
gopkg.in/go-playground/validator.v9 v9.30.2
gopkg.in/yaml.v2 v2.2.7
)