LAPP标准接口程序
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.

42 lines
1.8 KiB

3 years ago
  1. module LAPP_ETL
  2. go 1.14
  3. replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4
  4. replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
  5. require (
  6. github.com/360EntSecGroup-Skylar/excelize v1.4.1
  7. github.com/Joker/hpp v1.0.0 // indirect
  8. github.com/coreos/bbolt v0.0.0-00010101000000-000000000000 // indirect
  9. github.com/coreos/etcd v3.3.25+incompatible // indirect
  10. github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
  11. github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
  12. github.com/denisenkom/go-mssqldb v0.10.0
  13. github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
  14. github.com/go-xorm/xorm v0.7.9
  15. github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
  16. github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
  17. github.com/iris-contrib/go.uuid v2.0.0+incompatible
  18. github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
  19. github.com/jonboulle/clockwork v0.2.2 // indirect
  20. github.com/json-iterator/go v1.1.11
  21. github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
  22. github.com/kardianos/service v1.2.0
  23. github.com/kataras/iris/v12 v12.2.0-alpha2
  24. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  25. github.com/lestrrat-go/strftime v1.0.4 // indirect
  26. github.com/prometheus/common v0.2.0
  27. github.com/robfig/cron v1.2.0
  28. github.com/soheilhy/cmux v0.1.5 // indirect
  29. github.com/spf13/viper v1.8.0
  30. github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
  31. github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
  32. github.com/yudai/pp v2.0.1+incompatible // indirect
  33. go.etcd.io/etcd v3.3.25+incompatible
  34. go.mongodb.org/mongo-driver v1.5.3
  35. go.uber.org/zap v1.17.0
  36. sigs.k8s.io/yaml v1.2.0 // indirect
  37. xorm.io/core v0.7.3
  38. )