Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0

Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 9453a22edd353ef306b95332f7b2c65f944854a8
  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