You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
988 B

  1. module golib.gaore.com/GaoreGo/haiwai-grlogs/v2
  2. go 1.15
  3. require (
  4. github.com/aliyun/aliyun-log-go-sdk v0.1.43
  5. github.com/astaxie/beego v1.12.3
  6. github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18
  7. golib.gaore.com/GaoreGo/goes v1.2.4
  8. )
  9. require (
  10. github.com/OwnLocal/goes v1.0.0 // indirect
  11. github.com/cenkalti/backoff v2.2.1+incompatible // indirect
  12. github.com/go-kit/kit v0.10.0 // indirect
  13. github.com/go-logfmt/logfmt v0.5.0 // indirect
  14. github.com/gogo/protobuf v1.3.2 // indirect
  15. github.com/golang/protobuf v1.4.2 // indirect
  16. github.com/pierrec/lz4 v2.6.0+incompatible // indirect
  17. github.com/pkg/errors v0.9.1 // indirect
  18. go.uber.org/atomic v1.5.0 // indirect
  19. golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
  20. golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
  21. golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
  22. google.golang.org/protobuf v1.25.0 // indirect
  23. gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
  24. )