diff --git a/README.md b/README.md index e700f72..f7d256d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ [![Code Coverage](https://img.shields.io/badge/coverage-90%25-brightgreen.svg)](#) [![Issues](https://img.shields.io/github/issues/grahms/godantic)](https://github.com/grahms/godantic/issues) +> [!IMPORTANT] +> ## This repository has moved +> +> Godantic is now maintained by Vodacom Mozambique at +> **https://github.com/VodacomMZ/godantic** +> +> This repository is **archived and read only**. It remains online so that +> existing clones, tags and links keep resolving. It will receive no further +> commits, releases, issues or pull requests. The last version published here +> is `v1.5.3`. +> +> Please open issues and pull requests on the new repository. +> + Godantic is a Go package for inspecting and validating JSON-like data against Go struct types and schemas. It provides functionalities for checking type compatibility, structure compatibility, and other validations such as empty string, invalid time, minimum length list checks, regex pattern matching, and format validation. ## Getting Started @@ -858,4 +872,4 @@ Contributions are welcome! Please feel free to submit a Pull Request. This project is licensed under the MIT License. -This README.md includes detailed information about how to use Godantic, including simple and advanced usage examples, integration with web frameworks, features, error types, supported format tags, and more. If you have any further updates or modifications, please let me know! \ No newline at end of file +This README.md includes detailed information about how to use Godantic, including simple and advanced usage examples, integration with web frameworks, features, error types, supported format tags, and more. If you have any further updates or modifications, please let me know!