From 4fb5b371546683b6c7f957bb7c917589b179236a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:19:19 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.2 --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3784a2f..281533d 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,11 @@ module RandoLGTM -go 1.21.0 +go 1.22.2 + +require github.com/spf13/cobra v1.7.0 require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect - github.com/spf13/cobra v1.7.0 // indirect github.com/spf13/pflag v1.0.5 // indirect )