2023-01-15 00:21:08 +08:00
|
|
|
module git.makemake.in/test/mycommon
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-playground/locales v0.14.1
|
|
|
|
github.com/go-playground/universal-translator v0.18.0
|
|
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
|
github.com/json-iterator/go v1.1.12
|
|
|
|
github.com/spf13/viper v1.14.0
|
|
|
|
go.uber.org/zap v1.24.0
|
2023-03-14 13:53:07 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
2023-01-15 00:21:08 +08:00
|
|
|
gorm.io/driver/mysql v1.4.5
|
|
|
|
gorm.io/gorm v1.24.3
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
|
|
golang.org/x/text v0.6.0 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|