38 lines
1.2 KiB
Modula-2
38 lines
1.2 KiB
Modula-2
module lab.evlic.cn/go/pkg
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/goccy/go-json v0.10.2
|
|
github.com/google/uuid v1.3.1
|
|
github.com/segmentio/kafka-go v0.4.42
|
|
github.com/spf13/viper v1.16.0
|
|
go.uber.org/zap v1.26.0
|
|
gorm.io/driver/sqlite v1.5.3
|
|
gorm.io/gorm v1.25.4
|
|
moul.io/zapgorm2 v1.3.0
|
|
)
|
|
|
|
require (
|
|
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/klauspost/compress v1.15.9 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.17 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
|
github.com/spf13/afero v1.9.5 // indirect
|
|
github.com/spf13/cast v1.5.1 // 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/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|