Add new dependencies

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-10-02 15:47:32 +02:00
parent 27cf52467d
commit 9496f977d2
2 changed files with 44 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
module github.com/BBVA/kapow
go 1.12
require (
github.com/spf13/cobra v0.0.5
gopkg.in/h2non/gock.v1 v1.0.15
)