Skip to content

Commit 151d0e8

Browse files
Update module github.com/danielgtaylor/huma to v2
1 parent 04f1fe2 commit 151d0e8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ require (
77
mrogalski.eu/go/pulseaudio v0.0.0-20240327130323-384e01075e6e
88
)
99

10-
require github.com/danielgtaylor/huma v1.14.3
10+
require (
11+
github.com/danielgtaylor/huma v1.14.3
12+
github.com/danielgtaylor/huma/v2 v2.25.0
13+
)

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
9797
github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3/go.mod h1:eFdYmNxcuLDrRNW0efVoxSaApmvGXfHZ9k2CT/RSUF0=
9898
github.com/danielgtaylor/huma v1.14.3 h1:CqmODzN6xA1zxzHMND3cFuyaVWNPAPc3bI8mvgyC9qM=
9999
github.com/danielgtaylor/huma v1.14.3/go.mod h1:I/19C1eNQd7ojMIQvynPe3lbuD5KfQEinH+ivIqjqmg=
100+
github.com/danielgtaylor/huma/v2 v2.25.0/go.mod h1:NbSFXRoOMh3BVmiLJQ9EbUpnPas7D9BeOxF/pZBAGa0=
100101
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
101102
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
102103
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

vendor/modules.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# github.com/danielgtaylor/huma v1.14.3
22
## explicit; go 1.13
33
github.com/danielgtaylor/huma/schema
4+
# github.com/danielgtaylor/huma/v2 v2.25.0
5+
## explicit; go 1.22
46
# github.com/gorilla/websocket v1.5.3
57
## explicit; go 1.12
68
github.com/gorilla/websocket

0 commit comments

Comments
 (0)