chore: sync go.mod with docker's go version

This commit is contained in:
César Gallego Rodríguez
2023-03-01 18:19:38 +01:00
parent 5fa41f5db4
commit 1a028930cc
+7 -1
View File
@@ -1,6 +1,6 @@
module github.com/BBVA/kapow module github.com/BBVA/kapow
go 1.13 go 1.20
require ( require (
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
@@ -9,3 +9,9 @@ require (
github.com/spf13/cobra v1.6.1 github.com/spf13/cobra v1.6.1
gopkg.in/h2non/gock.v1 v1.1.2 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
)