1
0
Fork 0

Adding upstream version 1.0.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 14:01:54 +02:00
parent 5ca5eb8df5
commit 4a5c02e4d1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
19 changed files with 3254 additions and 0 deletions

14
go.mod Normal file
View file

@ -0,0 +1,14 @@
module code.forgejo.org/go-chi/binding
go 1.23
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)