Files
kapow/go.mod
Héctor Hurtado 56db1ce2ac Moved to internal
2019-10-08 08:54:07 +02:00

11 lines
188 B
Modula-2

module github.com/BBVA/kapow
go 1.12
require (
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/mux v1.7.3
github.com/spf13/cobra v0.0.5
gopkg.in/h2non/gock.v1 v1.0.15
)