Bump golang.org/x/text from 0.3.6 to 0.3.8

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 6620fd277fc36779a5854e0c5860d460b123807c
  1. .github/
  2. clients/
  3. common/
  4. doc/
  5. example/
  6. model/
  7. .asf.yaml
  8. .gitignore
  9. .licenserc.yaml
  10. docker-compose-consul.yml
  11. docker-compose-etcd.yml
  12. docker-compose-zk.yml
  13. go.mod
  14. go.sum
  15. LICENSE
  16. NOTICE
  17. README.md
  18. README_CN.md
  19. RELEASE-NOTES.md
README.md

shenyu-client-golang

English | 简体中文

Build and Test codecov.io GoDoc


Shenyu-client-golang

Shenyu-client-golang for Go client allows you to access ShenYu Gateway,it supports registory go service to ShenYu Gateway.


Supported Register Center to ShenYu Gateway

  • Http type Register
  • Nacos type Register
  • Zookeeper type Register
  • Consul type Register
  • Etcd type Register

Requirements

Supported Go version over 1.13

SDK Supported ShenYu version over 2.4.3

Installation

Use go get to install SDK:

$ go get -u github.com/apache/shenyu-client-golang

The Demo location

  • shenyu-client-golang/example/**_client/main.go

Get Start