Minor changes since v0.0.7. Seems simple formalization that the interface is now stable. See https://github.com/spf13/cobra/releases/tag/v1.0.0
12 lines
236 B
Modula-2
12 lines
236 B
Modula-2
module github.com/BBVA/kapow
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/spf13/cobra v1.0.0
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
|
)
|