9 lines
114 B
Modula-2
9 lines
114 B
Modula-2
module github.com/BBVA/kapow
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/spf13/cobra v0.0.5
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
|
)
|