update deps
All checks were successful
coverage / build (push) Successful in 1m16s
test / test (push) Successful in 3m56s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2026-02-28 17:36:42 +03:00
parent 676f753469
commit 98c078eaa8
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

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