From f6cf091811725488210b666340e11ba140ae534b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 02:10:03 +0000 Subject: [PATCH] build(deps): bump github.com/danielgtaylor/huma from 1.14.0 to 1.14.1 Bumps [github.com/danielgtaylor/huma](https://github.com/danielgtaylor/huma) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/danielgtaylor/huma/releases) - [Commits](https://github.com/danielgtaylor/huma/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/danielgtaylor/huma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dd4e51e..f393400 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/arl/statsviz v0.5.2 github.com/cristalhq/aconfig v0.18.4 github.com/cristalhq/aconfig/aconfigyaml v0.17.1 - github.com/danielgtaylor/huma v1.14.0 + github.com/danielgtaylor/huma v1.14.1 github.com/davecgh/go-spew v1.1.1 github.com/fsnotify/fsnotify v1.6.0 github.com/gorilla/websocket v1.5.0 diff --git a/go.sum b/go.sum index 5c8a596..135a63f 100644 --- a/go.sum +++ b/go.sum @@ -107,8 +107,8 @@ github.com/cristalhq/aconfig v0.18.4/go.mod h1:NXaRp+1e6bkO4dJn+wZ71xyaihMDYPtCS github.com/cristalhq/aconfig/aconfigyaml v0.17.1 h1:xCCbRKVmKrft9gQj3gHOq6U5PduasvlXEIsxtyzmFZ0= github.com/cristalhq/aconfig/aconfigyaml v0.17.1/go.mod h1:5DTsjHkvQ6hfbyxfG32roB1lF0U82rROtFaLxibL8V8= github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3/go.mod h1:eFdYmNxcuLDrRNW0efVoxSaApmvGXfHZ9k2CT/RSUF0= -github.com/danielgtaylor/huma v1.14.0 h1:2b4ZpTPggBB8faOJVE9rRFJNov5GhIXttl4y86RHJWA= -github.com/danielgtaylor/huma v1.14.0/go.mod h1:I/19C1eNQd7ojMIQvynPe3lbuD5KfQEinH+ivIqjqmg= +github.com/danielgtaylor/huma v1.14.1 h1:GL81br4Gq4BCthdTrqyAglTiZIGjBU70vR2l513Iquk= +github.com/danielgtaylor/huma v1.14.1/go.mod h1:I/19C1eNQd7ojMIQvynPe3lbuD5KfQEinH+ivIqjqmg= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=