aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-11-06 22:08:42 +0000
committerGitHub <noreply@github.com>2023-11-06 22:08:42 +0000
commitca12034de9bb0dbb056c7e131387bf98ce4ad35e (patch)
treec893222bc06f112dfb62ffc5ebcb6562a720f8ac /client/go/go.mod
parent239d3823fb438bdc9dc4b88a7b97a1cd10411085 (diff)
Update module github.com/fatih/color to v1.16.0
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index 7a50c94b6e9..76dfb4cda51 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -5,7 +5,7 @@ go 1.19
require (
github.com/alessio/shellescape v1.4.2
github.com/briandowns/spinner v1.23.0
- github.com/fatih/color v1.15.0
+ github.com/fatih/color v1.16.0
// This is the most recent version compatible with Go 1.19. Upgrade when we upgrade our Go version
github.com/go-json-experiment/json v0.0.0-20230216065249-540f01442424
github.com/klauspost/compress v1.17.2