From e765bf23a558ded53644442c905a530bb5dc04f0 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 12 Jul 2024 18:37:30 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7d20272f..eefc0512 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,6 @@ Contents of this repository: | Transport | Bidirectional Streaming; NATS, RabbitMQ | | Wrapper | Middleware; Circuit Breakers, Rate Limiting, Tracing, Monitoring| -## Versions - -- [v2 - github.com/micro/go-micro/v2](https://github.com/go-micro/plugins/tree/main/v2) -- [v3 - github.com/asim/go-micro/v3](https://github.com/go-micro/plugins/tree/main/v3) -- [v5 - go-micro.dev/v5](https://github.com/go-micro/plugins/tree/main/v5) - ## Usage Plugins can be added to go-micro in the following ways. By doing so they'll be available to set via command line args or environment variables.