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
dependabot[bot]
c70843a7ea
chore(deps): bump github.com/google/uuid from 1.1.2 to 1.1.3 ( #146 )
...
Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/google/uuid/releases )
- [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.1.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-31 20:54:13 +01:00
dependabot[bot]
90d73a3d9f
chore(deps): bump gopkg.in/h2non/gock.v1 from 1.0.15 to 1.0.16
...
Bumps [gopkg.in/h2non/gock.v1](https://github.com/h2non/gock ) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/h2non/gock/releases )
- [Changelog](https://github.com/h2non/gock/blob/master/History.md )
- [Commits](https://github.com/h2non/gock/compare/v1.0.15...v1.0.16 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-17 16:52:11 +00:00
dependabot[bot]
2bb397148a
chore(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.0.0 to 1.1.1.
- [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/v1.0.0...v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-17 15:51:26 +00:00
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
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
463382bfb2
Add internal/server/user/mux/handlerbuilder{,_test}.go
...
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-10-10 18:16:15 +02: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
pancho horrillo
10586bae95
Add internal/server/user/server{,_test}.go
...
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-10-07 19:05:59 +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
Roberto Abdelkader Martínez Pérez
70c01f7bcc
Add go.mod
2019-09-04 15:45:13 +02:00