From 486f461d19ae305e720960ab6df0c8b3e780c8a9 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 31 Oct 2023 09:26:37 -0400 Subject: [PATCH] update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f6378d0e3..1da27cb14 100644 --- a/go.mod +++ b/go.mod @@ -62,7 +62,7 @@ require ( github.com/G-Core/gcore-dns-sdk-go v0.2.6 github.com/fatih/color v1.15.0 github.com/fbiville/markdown-table-formatter v0.3.0 - github.com/google/go-cmp v0.5.9 + github.com/google/go-cmp v0.6.0 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/kylelemons/godebug v1.1.0 github.com/mattn/go-isatty v0.0.20