go.mod 983 B

1234567891011121314151617181920212223242526
  1. module git.aionnect.com/aionnect/go-common
  2. go 1.14
  3. require (
  4. github.com/Shopify/sarama v1.19.0
  5. github.com/bsm/sarama-cluster v2.1.15+incompatible
  6. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  7. github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
  8. github.com/gin-gonic/gin v1.6.2
  9. github.com/go-xorm/xorm v0.7.9
  10. github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
  11. github.com/json-iterator/go v1.1.9
  12. github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
  13. github.com/lestrrat-go/strftime v1.0.1 // indirect
  14. github.com/nats-io/nats-server/v2 v2.1.6 // indirect
  15. github.com/nats-io/nats.go v1.9.2
  16. github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
  17. github.com/sirupsen/logrus v1.5.0
  18. github.com/spf13/viper v1.6.3
  19. github.com/tebeka/strftime v0.1.4 // indirect
  20. golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
  21. golang.org/x/text v0.3.2
  22. gopkg.in/gemnasium/logrus-graylog-hook.v2 v2.0.7
  23. xorm.io/core v0.7.3
  24. )