File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require github.com/gorilla/websocket v1.5.3
6
6
7
7
require (
8
8
github.com/danielgtaylor/huma v1.14.3
9
+ github.com/danielgtaylor/huma/v2 v2.30.0
9
10
github.com/rs/zerolog v1.33.0
10
11
)
11
12
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
98
98
github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3 /go.mod h1:eFdYmNxcuLDrRNW0efVoxSaApmvGXfHZ9k2CT/RSUF0 =
99
99
github.com/danielgtaylor/huma v1.14.3 h1:CqmODzN6xA1zxzHMND3cFuyaVWNPAPc3bI8mvgyC9qM =
100
100
github.com/danielgtaylor/huma v1.14.3 /go.mod h1:I/19C1eNQd7ojMIQvynPe3lbuD5KfQEinH+ivIqjqmg =
101
+ github.com/danielgtaylor/huma/v2 v2.30.0 /go.mod h1:9BxJwkeoPPDEJ2Bg4yPwL1mM1rYpAwCAWFKoo723spk =
101
102
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
102
103
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
103
104
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 1
1
# github.com/danielgtaylor/huma v1.14.3
2
2
## explicit; go 1.13
3
3
github.com/danielgtaylor/huma/schema
4
+ # github.com/danielgtaylor/huma/v2 v2.30.0
5
+ ## explicit; go 1.22
4
6
# github.com/gorilla/websocket v1.5.3
5
7
## explicit; go 1.12
6
8
github.com/gorilla/websocket
You can’t perform that action at this time.
0 commit comments