go.mod 394 B

12345678910111213141516
  1. module adm-task
  2. go 1.13
  3. require (
  4. git.getensh.com/common/gopkgsv2 v0.0.0-20230131080928-800ae85469c5
  5. github.com/fsnotify/fsnotify v1.4.9
  6. github.com/golang/protobuf v1.5.2
  7. github.com/json-iterator/go v1.1.11
  8. github.com/satori/go.uuid v1.2.0
  9. github.com/spf13/viper v1.6.2
  10. go.etcd.io/etcd/client/v3 v3.5.4
  11. google.golang.org/grpc v1.39.0
  12. gopkg.in/ini.v1 v1.51.0
  13. gorm.io/gorm v1.21.12
  14. )