chore(deps): Upgrade openapi dep, remove replace directive (#90609)

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
This commit is contained in:
Dave Henderson
2024-07-18 14:42:18 -04:00
committed by GitHub
parent 0e269db8a9
commit f446096eb1
11 changed files with 527 additions and 74 deletions
+1 -1
View File
@@ -12,8 +12,8 @@ import (
"cuelang.org/go/pkg/encoding/yaml"
"github.com/dave/dst/decorator"
"github.com/dave/dst/dstutil"
"github.com/deepmap/oapi-codegen/v2/pkg/codegen"
"github.com/getkin/kin-openapi/openapi3"
"github.com/oapi-codegen/oapi-codegen/v2/pkg/codegen"
"golang.org/x/tools/imports"
)