- module adm-task
- go 1.13
- require (
- git.getensh.com/common/gopkgsv2 v0.0.0-20230131080928-800ae85469c5
- github.com/fsnotify/fsnotify v1.4.9
- github.com/golang/protobuf v1.5.2
- github.com/json-iterator/go v1.1.11
- github.com/satori/go.uuid v1.2.0
- github.com/spf13/viper v1.6.2
- go.etcd.io/etcd/client/v3 v3.5.4
- google.golang.org/grpc v1.39.0
- gopkg.in/ini.v1 v1.51.0
- gorm.io/gorm v1.21.12
- )
|