From 1a028930ccc788e3750437d34a9487e58ec5f728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Gallego=20Rodr=C3=ADguez?= Date: Wed, 1 Mar 2023 18:19:38 +0100 Subject: [PATCH] chore: sync go.mod with docker's go version --- go.mod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e39d5da..94d6741 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/BBVA/kapow -go 1.13 +go 1.20 require ( github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf @@ -9,3 +9,9 @@ require ( github.com/spf13/cobra v1.6.1 gopkg.in/h2non/gock.v1 v1.1.2 ) + +require ( + github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect + github.com/inconshreveable/mousetrap v1.0.1 // indirect + github.com/spf13/pflag v1.0.5 // indirect +)