go.mod 508 B

1234567891011121314151617
  1. module git.swzry.com/zry/ran-proc/rpcore
  2. go 1.19
  3. require (
  4. git.swzry.com/zry/GoHiedaLogger/hiedalog v0.0.0-20221201004124-970fc945a7b7
  5. github.com/GUAIK-ORG/go-snowflake v0.0.0-20200116064823-220c4260e85f
  6. github.com/hashicorp/go-memdb v1.3.4
  7. github.com/oklog/run v1.1.0
  8. github.com/smallnest/chanx v1.1.0
  9. )
  10. require (
  11. github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
  12. github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
  13. github.com/hashicorp/golang-lru v0.5.4 // indirect
  14. )