mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 12:37:48 +00:00
fix: go.mod
This commit is contained in:
committed by
quobix
parent
a69c8ef193
commit
d9c36c2d0d
@@ -2,7 +2,6 @@ package libopenapi
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
"slices"
|
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
@@ -10,6 +9,7 @@ import (
|
|||||||
"github.com/pb33f/libopenapi/datamodel/high/base"
|
"github.com/pb33f/libopenapi/datamodel/high/base"
|
||||||
v3 "github.com/pb33f/libopenapi/datamodel/high/v3"
|
v3 "github.com/pb33f/libopenapi/datamodel/high/v3"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
"golang.org/x/exp/slices"
|
||||||
)
|
)
|
||||||
|
|
||||||
type loopFrame struct {
|
type loopFrame struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user