From 9275bf7d1a1c2e7fb6aac6df5fe7f6b06374a9ab Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sat, 9 Dec 2023 16:37:35 +0300 Subject: [PATCH] chore(mod): tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aca66d8f..9ec57e44 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( github.com/cespare/xxhash/v2 v2.2.0 github.com/cheggaaa/pb/v3 v3.1.4 github.com/dustin/go-humanize v1.0.1 + github.com/fatih/color v1.16.0 github.com/go-faster/errors v0.7.0 github.com/go-faster/jx v1.1.0 github.com/go-faster/sdk v0.12.0 @@ -90,7 +91,6 @@ require ( github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/edsrzf/mmap-go v1.1.0 // indirect - github.com/fatih/color v1.16.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/ghodss/yaml v1.0.0 // indirect