Skip to content

Commit

Permalink
Merge pull request #1668 from mesg-foundation/dependabot/go_modules/g…
Browse files Browse the repository at this point in the history
…ithub.com/go-kit/kit-0.10.0

Bump github.com/go-kit/kit from 0.9.0 to 0.10.0
  • Loading branch information
Nicolas Mahé authored Mar 5, 2020
2 parents f16d16d + a216b2b commit 6c563e0
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 14 deletions.
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/mesg-foundation/engine
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.20.0+incompatible // indirect
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/Microsoft/hcsshim v0.8.6 // indirect
Expand All @@ -19,7 +18,7 @@ require (
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/go-bindata/go-bindata v0.0.0-20181025070752-41975c0ccc30
github.com/go-kit/kit v0.9.0
github.com/go-kit/kit v0.10.0
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/gogo/protobuf v1.3.1
Expand All @@ -33,7 +32,6 @@ require (
github.com/imdario/mergo v0.3.7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/lyft/protoc-gen-validate v0.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/morikuni/aec v1.0.0 // indirect
github.com/mr-tron/base58 v1.1.3
Expand All @@ -43,9 +41,8 @@ require (
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/pseudomuto/protoc-gen-doc v1.3.1
github.com/prometheus/client_golang v1.5.0
github.com/pseudomuto/protokit v0.2.0 // indirect
github.com/pseudomuto/protoc-gen-doc v1.3.1
github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
Expand All @@ -56,7 +53,6 @@ require (
github.com/tendermint/tendermint v0.33.0
github.com/tendermint/tm-db v0.4.0
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
google.golang.org/grpc v1.27.1
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
Expand Down
Loading

0 comments on commit 6c563e0

Please sign in to comment.