From d9c36c2d0de02843124f484ee9e45117a22f9c94 Mon Sep 17 00:00:00 2001 From: Tristan Cartledge Date: Thu, 2 Nov 2023 18:03:39 +0000 Subject: [PATCH] fix: go.mod --- document_iteration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document_iteration_test.go b/document_iteration_test.go index b1383da..4507eb8 100644 --- a/document_iteration_test.go +++ b/document_iteration_test.go @@ -2,7 +2,6 @@ package libopenapi import ( "os" - "slices" "strings" "testing" @@ -10,6 +9,7 @@ import ( "github.com/pb33f/libopenapi/datamodel/high/base" v3 "github.com/pb33f/libopenapi/datamodel/high/v3" "github.com/stretchr/testify/require" + "golang.org/x/exp/slices" ) type loopFrame struct {