Files
kapow/go.mod
dependabot[bot] 5dbfee40eb chore(deps): bump github.com/google/uuid from 1.1.3 to 1.1.4 (#147)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.3...v1.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 11:21:48 +01:00

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.4
github.com/gorilla/mux v1.8.0
github.com/spf13/cobra v1.1.1
gopkg.in/h2non/gock.v1 v1.0.16
)