From 024d77a18ab46dcd535f5b253464979cb309082b Mon Sep 17 00:00:00 2001 From: oudwins Date: Sun, 6 Oct 2024 18:58:37 +0200 Subject: [PATCH 1/2] feat: add zog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e12088f070d..dd6c789ea1d 100644 --- a/README.md +++ b/README.md @@ -2961,7 +2961,7 @@ _Libraries for validation._ - [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving. - [Validator](https://github.com/go-the-way/validator) - A lightweight model validator written in Go.Contains VFs:Min, Max, MinLength, MaxLength, Length, Enum, Regex. - [valix](https://github.com/marrow16/valix) Go package for validating requests - +- [Zog](https://github.com/Oudwins/zog) - A [Zod](https://github.com/colinhacks/zod) inspired schema builder for runtime value parsing and validation. **[⬆ back to top](#contents)** ## Version Control From 5126dc91b9d6e4bf6e139431e867a22c13bbb850 Mon Sep 17 00:00:00 2001 From: oudwins Date: Sun, 6 Oct 2024 19:06:49 +0200 Subject: [PATCH 2/2] fix: remove gh --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dd6c789ea1d..f8445fe60fe 100644 --- a/README.md +++ b/README.md @@ -2970,7 +2970,6 @@ _Libraries for version control._ - [cli](https://gitlab.com/gitlab-org/cli) - An open-source GitLab command line tool bringing GitLab's cool features to your command line. - [froggit-go](https://github.com/jfrog/froggit-go) - Froggit-Go is a Go library, allowing to perform actions on VCS providers. -- [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks. - [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2. - [githooks](https://github.com/gabyx/githooks) - Per-repo and shared Git hooks with version control and auto update. - [go-git](https://github.com/go-git/go-git) - highly extensible Git implementation in pure Go.