Skip to content

Commit e817c32

Browse files
authored
polish README.md (#273)
1 parent 753a609 commit e817c32

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

README.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -76,32 +76,32 @@ Also there are several [**documents**](./docs) that you may find useful for eith
7676

7777
# Supported Libraries
7878

79-
| Plugin Name | Repository Url | Min Supported Version | Max Supported Version |
80-
|---------------| ------------------------------------------ |-----------------------|-----------------------|
81-
| database/sql | https://pkg.go.dev/database/sql | - | - |
82-
| echo | https://github.com/labstack/echo | v4.0.0 | v4.12.0 |
83-
| elasticsearch | https://github.com/elastic/go-elasticsearch| v8.4.0 | v8.15.0 |
84-
| fasthttp | https://github.com/valyala/fasthttp | v1.45.0 | v1.57.0 |
85-
| fiber | https://github.com/gofiber/fiber | v2.43.0 | v2.52.5 |
86-
| gin | https://github.com/gin-gonic/gin | v1.7.0 | v1.10.0 |
87-
| gorestful | https://github.com/emicklei/go-restful | v3.7.0 | v3.12.1 |
88-
| go-redis | https://github.com/redis/go-redis | v9.0.5 | v9.5.1 |
89-
| go-redis v8 | https://github.com/redis/go-redis | v8.11.0 | v8.11.5 |
90-
| gorm | https://github.com/go-gorm/gorm | v1.22.0 | v1.25.9 |
91-
| grpc | https://google.golang.org/grpc | v1.44.0 | v1.67.0 |
92-
| hertz | https://github.com/cloudwego/hertz | v0.8.0 | v0.9.2 |
93-
| kitex | https://github.com/cloudwego/kitex | v0.5.1 | v0.11.3 |
94-
| kratos | https://github.com/go-kratos/kratos | v2.6.3 | v2.8.2 |
95-
| log | https://pkg.go.dev/log | - | - |
96-
| logrus | https://github.com/sirupsen/logrus | v1.5.0 | v1.9.3 |
97-
| mongodb | https://github.com/mongodb/mongo-go-driver | v1.11.1 | v1.15.2 |
98-
| mux | https://github.com/gorilla/mux | v1.3.0 | v1.8.1 |
99-
| nacos | github.com/nacos-group/nacos-sdk-go/v2 | v2.0.0 | v2.2.7 |
100-
| net/http | https://pkg.go.dev/net/http | - | - |
101-
| redigo | https://github.com/gomodule/redigo | v1.9.0 | v1.9.2 |
102-
| slog | https://pkg.go.dev/log/slog | - | - |
103-
| zap | https://github.com/uber-go/zap | v1.20.0 | v1.27.0 |
104-
| zerolog | https://github.com/rs/zerolog | v1.10.0 | v1.33.0 |
79+
| Plugin Name | Repository Url | Min Supported Version | Max Supported Version |
80+
|---------------| ---------------------------------------------- |-----------------------|-----------------------|
81+
| database/sql | https://pkg.go.dev/database/sql | - | - |
82+
| echo | https://github.com/labstack/echo | v4.0.0 | v4.12.0 |
83+
| elasticsearch | https://github.com/elastic/go-elasticsearch | v8.4.0 | v8.15.0 |
84+
| fasthttp | https://github.com/valyala/fasthttp | v1.45.0 | v1.57.0 |
85+
| fiber | https://github.com/gofiber/fiber | v2.43.0 | v2.52.5 |
86+
| gin | https://github.com/gin-gonic/gin | v1.7.0 | v1.10.0 |
87+
| gorestful | https://github.com/emicklei/go-restful | v3.7.0 | v3.12.1 |
88+
| go-redis | https://github.com/redis/go-redis | v9.0.5 | v9.5.1 |
89+
| go-redis v8 | https://github.com/redis/go-redis | v8.11.0 | v8.11.5 |
90+
| gorm | https://github.com/go-gorm/gorm | v1.22.0 | v1.25.9 |
91+
| grpc | https://google.golang.org/grpc | v1.44.0 | v1.67.0 |
92+
| hertz | https://github.com/cloudwego/hertz | v0.8.0 | v0.9.2 |
93+
| kitex | https://github.com/cloudwego/kitex | v0.5.1 | v0.11.3 |
94+
| kratos | https://github.com/go-kratos/kratos | v2.6.3 | v2.8.2 |
95+
| log | https://pkg.go.dev/log | - | - |
96+
| logrus | https://github.com/sirupsen/logrus | v1.5.0 | v1.9.3 |
97+
| mongodb | https://github.com/mongodb/mongo-go-driver | v1.11.1 | v1.15.2 |
98+
| mux | https://github.com/gorilla/mux | v1.3.0 | v1.8.1 |
99+
| nacos | https://github.com/nacos-group/nacos-sdk-go/v2 | v2.0.0 | v2.2.7 |
100+
| net/http | https://pkg.go.dev/net/http | - | - |
101+
| redigo | https://github.com/gomodule/redigo | v1.9.0 | v1.9.2 |
102+
| slog | https://pkg.go.dev/log/slog | - | - |
103+
| zap | https://github.com/uber-go/zap | v1.20.0 | v1.27.0 |
104+
| zerolog | https://github.com/rs/zerolog | v1.10.0 | v1.33.0 |
105105

106106
We are progressively open-sourcing the libraries we have supported, and your contributions are very welcome 💖!
107107

docs/supported-libraries.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
## Supported libraries
22

3-
| Plugin Name | Repository Url | Min Supported Version | Max Supported Version |
4-
|--------------| ------------------------------------------ | --------------------- |-----------------------|
5-
| database/sql | https://pkg.go.dev/database/sql | - | - |
6-
| echo | https://github.com/labstack/echo | v4.0.0 | v4.12.0 |
7-
| elasticsearch| https://github.com/elastic/go-elasticsearch| v8.4.0 | v8.15.0 |
8-
| fasthttp | https://github.com/valyala/fasthttp | v1.45.0 | v1.57.0 |
9-
| fiber | https://github.com/gofiber/fiber | v2.43.0 | v2.52.5 |
10-
| gin | https://github.com/gin-gonic/gin | v1.7.0 | v1.10.0 |
11-
| gorestful | https://github.com/emicklei/go-restful | v3.7.0 | v3.12.1 |
12-
| go-redis | https://github.com/redis/go-redis | v9.0.5 | v9.5.1 |
13-
| go-redis v8 | https://github.com/redis/go-redis | v8.11.0 | v8.11.5 |
14-
| gorm | https://github.com/go-gorm/gorm | v1.22.0 | v1.25.9 |
15-
| grpc | https://google.golang.org/grpc | v1.44.0 | v1.67.0 |
16-
| hertz | https://github.com/cloudwego/hertz | v0.8.0 | v0.9.2 |
17-
| kitex | https://github.com/cloudwego/kitex | v0.5.1 | v0.11.3 |
18-
| kratos | https://github.com/go-kratos/kratos | v2.6.3 | v2.8.2 |
19-
| log | https://pkg.go.dev/log | - | - |
20-
| logrus | https://github.com/sirupsen/logrus | v1.5.0 | v1.9.3 |
21-
| mongodb | https://github.com/mongodb/mongo-go-driver | v1.11.1 | v1.15.2 |
22-
| mux | https://github.com/gorilla/mux | v1.3.0 | v1.8.1 |
23-
| nacos | github.com/nacos-group/nacos-sdk-go/v2 | v2.0.0 | v2.2.7 |
24-
| net/http | https://pkg.go.dev/net/http | - | - |
25-
| redigo | https://github.com/gomodule/redigo | v1.9.0 | v1.9.2 |
26-
| slog | https://pkg.go.dev/log/slog | - | - |
27-
| zap | https://github.com/uber-go/zap | v1.20.0 | v1.27.0 |
28-
| zerolog | https://github.com/rs/zerolog | v1.10.0 | v1.33.0 |
3+
| Plugin Name | Repository Url | Min Supported Version | Max Supported Version |
4+
|--------------| ---------------------------------------------- | --------------------- |-----------------------|
5+
| database/sql | https://pkg.go.dev/database/sql | - | - |
6+
| echo | https://github.com/labstack/echo | v4.0.0 | v4.12.0 |
7+
| elasticsearch| https://github.com/elastic/go-elasticsearch | v8.4.0 | v8.15.0 |
8+
| fasthttp | https://github.com/valyala/fasthttp | v1.45.0 | v1.57.0 |
9+
| fiber | https://github.com/gofiber/fiber | v2.43.0 | v2.52.5 |
10+
| gin | https://github.com/gin-gonic/gin | v1.7.0 | v1.10.0 |
11+
| gorestful | https://github.com/emicklei/go-restful | v3.7.0 | v3.12.1 |
12+
| go-redis | https://github.com/redis/go-redis | v9.0.5 | v9.5.1 |
13+
| go-redis v8 | https://github.com/redis/go-redis | v8.11.0 | v8.11.5 |
14+
| gorm | https://github.com/go-gorm/gorm | v1.22.0 | v1.25.9 |
15+
| grpc | https://google.golang.org/grpc | v1.44.0 | v1.67.0 |
16+
| hertz | https://github.com/cloudwego/hertz | v0.8.0 | v0.9.2 |
17+
| kitex | https://github.com/cloudwego/kitex | v0.5.1 | v0.11.3 |
18+
| kratos | https://github.com/go-kratos/kratos | v2.6.3 | v2.8.2 |
19+
| log | https://pkg.go.dev/log | - | - |
20+
| logrus | https://github.com/sirupsen/logrus | v1.5.0 | v1.9.3 |
21+
| mongodb | https://github.com/mongodb/mongo-go-driver | v1.11.1 | v1.15.2 |
22+
| mux | https://github.com/gorilla/mux | v1.3.0 | v1.8.1 |
23+
| nacos | https://github.com/nacos-group/nacos-sdk-go/v2 | v2.0.0 | v2.2.7 |
24+
| net/http | https://pkg.go.dev/net/http | - | - |
25+
| redigo | https://github.com/gomodule/redigo | v1.9.0 | v1.9.2 |
26+
| slog | https://pkg.go.dev/log/slog | - | - |
27+
| zap | https://github.com/uber-go/zap | v1.20.0 | v1.27.0 |
28+
| zerolog | https://github.com/rs/zerolog | v1.10.0 | v1.33.0 |

0 commit comments

Comments
 (0)