Bump golang.org/x/net from 0.0.0-20210410081132-afb366fc7cd1 to 0.7.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210410081132-afb366fc7cd1 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

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

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