fix: go.mod

This commit is contained in:
Tristan Cartledge
2023-11-02 18:03:39 +00:00
committed by quobix
parent a69c8ef193
commit d9c36c2d0d

View File

@@ -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 {