Commit Graph

11 Commits

Author SHA1 Message Date
pancho horrillo
faea65688d chore(gomod): bump spf13/cobra to v1.0.0
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
2020-10-02 14:32:37 +02:00
pancho horrillo
19b6df4742 chore(gomod): run go mod tidy 2020-10-02 14:30:38 +02:00
dependabot[bot]
7dc6701fc7 chore(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#129) 2020-10-02 12:09:07 +00:00
dependabot[bot]
1eb7bdd5f7 chore(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (#128) 2020-10-02 12:05:16 +00:00
dependabot[bot]
3e0bf94169 chore(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.7 (#127)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.7.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/0.0.5...0.0.7)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 14:00:19 +02:00
pancho horrillo
28f4b969f9 Update go.{mod,sum} recreating them from scratch
$ rm go.{mod,sum}; go mod init github.com/BBVA/kapow
go: creating new go.mod: module github.com/BBVA/kapow
$ go mod tidy -v
go: finding github.com/google/shlex latest

With this, we've gotten rid an unneeded dep (github.com/spf13/pflag @ v1.0.5).
2019-11-19 17:50:16 +01:00
pancho horrillo
806905c49c Update go.{mod,sum}
Set base version to go 1.13

and run:

$ go mod tidy -v
unused github.com/gogo/protobuf
unused github.com/golangci/gocyclo
unused github.com/golangci/golangci-lint
unused github.com/golangci/revgrep
unused github.com/gostaticanalysis/analysisutil
unused github.com/konsorten/go-windows-terminal-sequences
unused github.com/magiconair/properties
unused github.com/mattn/go-isatty
unused github.com/pelletier/go-toml
unused github.com/securego/gosec
unused github.com/spf13/afero
unused github.com/spf13/jwalterweatherman
unused github.com/uudashr/gocognit
unused golang.org/x/sys
unused golang.org/x/tools
unused mvdan.cc/unparam
unused sourcegraph.com/sqs/pbtypes
2019-11-19 17:32:28 +01:00
pancho horrillo
a39e0f6605 Spawner ready
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-10-10 11:49:58 +02:00
Héctor Hurtado
3fa2357f71 First failing test in control package 2019-10-08 12:35:05 +02:00
Roberto Abdelkader Martínez Pérez
9ff263a5f9 Update dependencies 2019-10-03 14:11:06 +02:00
Roberto Abdelkader Martínez Pérez
9496f977d2 Add new dependencies 2019-10-02 15:48:27 +02:00