From 4b2ef309f02b6e928e88dbe9ffe529256db232d5 Mon Sep 17 00:00:00 2001 From: attiasas Date: Mon, 4 Dec 2023 17:55:46 +0200 Subject: [PATCH] fix text --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ef01ea63e..e57e0f700 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( gopkg.in/yaml.v2 v2.4.0 ) -require github.com/jedib0t/go-pretty/v6 v6.4.0 // indirect; indirect, Should not be updated to v6.4.1+ due to a bug (https://github.com/jfrog/jfrog-cli-core/pull/1045) +require github.com/jedib0t/go-pretty/v6 v6.4.0 // indirect; Should not be updated to v6.4.1+ due to a bug (https://github.com/jfrog/jfrog-cli-core/pull/1045) require ( dario.cat/mergo v1.0.0 // indirect