@@ -76,32 +76,32 @@ Also there are several [**documents**](./docs) that you may find useful for eith
76
76
77
77
# Supported Libraries
78
78
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 |
105
105
106
106
We are progressively open-sourcing the libraries we have supported, and your contributions are very welcome 💖!
107
107
0 commit comments