From 9b2532259a7e05b6c96d75d58f3b7b60ef8b357a Mon Sep 17 00:00:00 2001 From: Eric Solender Date: Thu, 23 Jun 2022 15:01:14 -0400 Subject: [PATCH] added arrayOperations exclude v1 --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go.mod b/go.mod index e21b9a6..e21ff3d 100644 --- a/go.mod +++ b/go.mod @@ -15,3 +15,8 @@ require ( github.com/testcontainers/testcontainers-go v0.13.0 github.com/urfave/cli/v2 v2.0.0 ) + +exclude ( + github.com/adam-hanna/arrayOperations v1.0.0 + github.com/adam-hanna/arrayOperations v1.0.1 +)