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.

21 lines
643 B
Modula-2

5 years ago
module github.com/xxjwxc/gormt
5 years ago
go 1.13
require (
5 years ago
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/jroimartin/gocui v0.4.0
5 years ago
github.com/leodido/go-urn v1.2.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.3
4 years ago
github.com/spf13/cobra v1.0.0
github.com/xxjwxc/public v0.0.0-20210709073023-f6ec6fb9bcb4
4 years ago
golang.org/x/text v0.3.3
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
5 years ago
gopkg.in/go-playground/validator.v9 v9.30.2
4 years ago
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gorm.io/driver/mysql v1.0.1
8 months ago
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
)
// replace github.com/xxjwxc/public => ../public