update deps
Some checks failed
test / test (push) Failing after 55s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2026-02-28 17:36:42 +03:00
parent 7794b2cef3
commit 0492f43d82
6 changed files with 16 additions and 151 deletions

View File

@@ -15,7 +15,7 @@
package openapiv2
import (
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
"github.com/google/gnostic/compiler"
)

View File

@@ -21,7 +21,7 @@ import (
"regexp"
"strings"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
"github.com/google/gnostic/compiler"
)