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.
18 lines
555 B
Modula-2
18 lines
555 B
Modula-2
module github.com/xxjwxc/gormt
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/go-playground/locales v0.12.1 // indirect
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
|
github.com/jinzhu/gorm v1.9.10
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/xxjwxc/public v0.0.0-20190915135914-aefa9155c004
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.29.1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d
|
|
)
|