From 5bab4e1e726bd876ca34a48bec6e38eb66aeacf6 Mon Sep 17 00:00:00 2001 From: Andrew Curioso Date: Fri, 13 Feb 2026 16:05:58 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove GoReportCard - Added additional use cases and project links Removed GoReportCard from the README.md file. The website is refusing to load and new badges are not generating. At the time of thsi push we had an A+ rating. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f466e05..492558c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![License](https://img.shields.io/badge/License-BSD%203%20Clause-blue.svg)](https://github.com/proto-studio/protovalidate/blob/main/LICENSE) [![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/proto.zip/studio/validate) [![codecov](https://codecov.io/gh/proto-studio/protovalidate/graph/badge.svg?token=K6MR10DKYX)](https://codecov.io/gh/proto-studio/protovalidate) -[![Go Report Card](https://goreportcard.com/badge/proto.zip/studio/validate)](https://goreportcard.com/report/proto.zip/studio/validate) [![Discord Chat](https://img.shields.io/badge/Discord-chat-blue?logo=Discord&logoColor=white)](https://proto.studio/social/discord) ProtoValidate is a fluent data validation library for Go. @@ -43,12 +42,18 @@ Supported data types out of the box: - `uint` / `uint8` / `uint16` / `uint32` / `uint64` - `float32` / `float64` - `struct` / `map` / `[]` -- `time.Time` +- `time.Time` / `time.Duration` - Email addresses - Domains +- IPs / CIDR blocks Easily customize to support your own data types. +## Projects Using ProtoValidate + +- [jsonapi](https://github.com/proto-studio/jsonapi) A Json:API implementation in Go. +- [jose](https://github.com/proto-studio/jose) A Jose implementation suporting JWT/JWS signing and validating. + ## Versioning This package follows conventional Go versioning. Any version up to version 1.0.0 is considered "unstable" and the API may change.