diff --git a/README.md b/README.md index eea84cc5..0b5f0b62 100644 --- a/README.md +++ b/README.md @@ -610,6 +610,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-health](https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service. * [go-jump](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function. * [go-kit](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. +* [go-micro](https://github.com/micro/go-micro) - A distributed systems development framework. * [go-pdu](https://github.com/pdupub/go-pdu) - A decentralized identity-based social network. * [go-sundheit](https://github.com/AppsFlyer/go-sundheit) - A library built to provide support for defining async service health checks for golang services. * [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. @@ -619,7 +620,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [jsonrpc](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation. * [KrakenD](https://github.com/devopsfaith/krakend) - Ultra performant API Gateway framework with middlewares. * [liftbridge](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS. -* [micro](https://github.com/micro/micro) - Pluggable microservice toolkit and distributed systems platform. +* [micro](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond. * [NATS](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. * [outboxer](https://github.com/italolelis/outboxer) - Outboxer is a go library that implements the outbox pattern. * [pglock](https://cirello.io/pglock) - PostgreSQL-backed distributed locking implementation.