Adding upstream version 1.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4a5c02e4d1
commit
b285fe25c2
13 changed files with 86 additions and 43 deletions
8
go.mod
8
go.mod
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue