第三方api接口
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.

26 line
900 B

  1. module code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git
  2. go 1.15
  3. require (
  4. github.com/bitly/go-simplejson v0.5.0
  5. github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
  6. github.com/go-redis/redis v6.15.9+incompatible
  7. github.com/golang/protobuf v1.5.3 // indirect
  8. github.com/gomodule/redigo v1.8.9
  9. github.com/google/go-cmp v0.5.9 // indirect
  10. github.com/jinzhu/copier v0.3.5
  11. github.com/kr/pretty v0.3.1 // indirect
  12. github.com/mvdan/xurls v1.1.0
  13. github.com/nilorg/sdk v0.0.0-20221104025912-4b6ccb7004d8
  14. github.com/onsi/ginkgo v1.16.5 // indirect
  15. github.com/onsi/gomega v1.19.0 // indirect
  16. github.com/shopspring/decimal v1.2.0
  17. github.com/syyongx/php2go v0.9.7
  18. github.com/tidwall/gjson v1.14.1
  19. golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
  20. google.golang.org/protobuf v1.28.0 // indirect
  21. gopkg.in/yaml.v3 v3.0.1 // indirect
  22. xorm.io/xorm v1.3.2
  23. )