From 47e3151d88382f6e62bde123dab65fff6c7c5f55 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Feb 2024 13:50:27 +0000 Subject: [PATCH] fix(deps): Update module github.com/deepmap/oapi-codegen to v2 --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a3b2693..e9c9a1d 100644 --- a/go.mod +++ b/go.mod @@ -23,6 +23,8 @@ require ( gopkg.in/yaml.v3 v3.0.1 ) +require github.com/deepmap/oapi-codegen v1.15.0 // indirect + require ( github.com/BurntSushi/toml v1.3.2 // indirect github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect @@ -37,7 +39,6 @@ require ( github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect github.com/chenzhuoyu/iasm v0.9.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/deepmap/oapi-codegen v1.15.0 // indirect github.com/docker/distribution v2.8.3+incompatible // indirect github.com/docker/go-units v0.5.0 // indirect github.com/fatih/structs v1.1.0 // indirect