1
0
Fork 0

Adding upstream version 1.0.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-26 05:48:19 +02:00
parent 4a5c02e4d1
commit b285fe25c2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
13 changed files with 86 additions and 43 deletions

8
go.mod
View file

@ -1,10 +1,12 @@
module code.forgejo.org/go-chi/binding
go 1.23
go 1.24
toolchain go1.24.3
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/stretchr/testify v1.9.0
github.com/go-chi/chi/v5 v5.2.1
github.com/stretchr/testify v1.10.0
)
require (