File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# go-struct-validator
22
3+ ![ ] ( /public/images/banner.gif )
4+
35![ Build Status] ( https://github.com/neo7337/go-struct-validator/actions/workflows/ci.yml/badge.svg )
46
57Neo's Go Struct Validator is a simple validator built on the core of OAS Specification. The validator is heavily
Original file line number Diff line number Diff line change 11module github.com/neo7337/go-struct-validator
22
3- go 1.19
3+ go 1.22.1
44
5- require go.nandlabs.io/l3 v0.0.1
5+ toolchain go1.22.4
66
7- require go .nandlabs.io/commons v0 .0.1 // indirect
7+ require oss .nandlabs.io/golly v1 .0.0
Original file line number Diff line number Diff line change 1- go.nandlabs.io/commons v0.0.1 h1:lsbYNX7pD2p4y1w6LAp8og+1FN1BNe9PJu0Zewh1guo =
2- go.nandlabs.io/commons v0.0.1 /go.mod h1:0Kw+BDvFH+9gNscbr6nv4nvWUt3/JmAlSMxMNkHLLdk =
3- go.nandlabs.io/l3 v0.0.1 h1:awmFMdP4PqkaRTImsEy0SAIb3MPcqG0dzvHM9i7tX/M =
4- go.nandlabs.io/l3 v0.0.1 /go.mod h1:N/29Imt7tv7TB9UJqHDxwrfmUDDGKuMMo8hQzTRGUQA =
1+ oss.nandlabs.io/golly v1.0.0 h1:OmoF7TD1ucquwIXWcEb4m1oSlhrVz4P0tWBex9QbEiQ =
2+ oss.nandlabs.io/golly v1.0.0 /go.mod h1:chm4a9slqgxDzd7pHo61pCue8dRPYHuAp70pAdWE+7Q =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package validator
33import (
44 "reflect"
55
6- "go .nandlabs.io/l3"
6+ "oss .nandlabs.io/golly /l3"
77)
88
99var logger = l3 .Get ()
You can’t perform that action at this time.
0 commit comments