go.mod 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. module roserver
  2. go 1.12
  3. require (
  4. github.com/coreos/bbolt v1.3.2 // indirect
  5. github.com/coreos/etcd v3.3.13+incompatible
  6. github.com/coreos/go-semver v0.2.0 // indirect
  7. github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
  8. github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
  9. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  10. github.com/fogleman/gg v1.3.0
  11. github.com/gin-gonic/gin v1.6.3
  12. github.com/go-redis/redis v6.15.2+incompatible
  13. github.com/go-sql-driver/mysql v1.5.0
  14. github.com/gogf/gf v1.13.4
  15. github.com/golang/protobuf v1.3.3
  16. github.com/google/btree v1.0.0 // indirect
  17. github.com/gorilla/websocket v1.4.1
  18. github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
  19. github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
  20. github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
  21. github.com/jonboulle/clockwork v0.1.0 // indirect
  22. github.com/kr/text v0.2.0 // indirect
  23. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  24. github.com/olivere/elastic/v7 v7.0.12
  25. github.com/onsi/ginkgo v1.12.0 // indirect
  26. github.com/onsi/gomega v1.9.0 // indirect
  27. github.com/pkg/profile v1.4.0
  28. github.com/prometheus/client_golang v0.9.3 // indirect
  29. github.com/sirupsen/logrus v1.6.0 // indirect
  30. github.com/soheilhy/cmux v0.1.4 // indirect
  31. github.com/stretchr/testify v1.5.1 // indirect
  32. github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
  33. github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
  34. go.etcd.io/bbolt v1.3.2 // indirect
  35. go.uber.org/atomic v1.4.0 // indirect
  36. go.uber.org/multierr v1.1.0 // indirect
  37. go.uber.org/zap v1.10.0 // indirect
  38. golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc // indirect
  39. golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
  40. golang.org/x/text v0.3.3 // indirect
  41. golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
  42. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  43. rocommon v0.0.1
  44. )
  45. replace rocommon => ../rocommon