moov-io / accounts

accounts - General Ledger and financial account service with an HTTP API
https://moov.io
Apache License 2.0
48 stars 14 forks source link

chore(deps): update all #9

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
github.com/gorilla/mux require minor v1.6.2 -> v1.7.0 source
github.com/moov-io/base require minor v0.5.1 -> v0.8.0 source
github.com/prometheus/client_model require digest v0.0.0-20190115171406-56726106282f -> v0.0.0-20190115171406-56726106282f@fd36f42 source
github.com/prometheus/common require minor v0.0.0-20190107103113-2998b132700a -> v0.2.0@7a3416f source
github.com/prometheus/procfs require digest v0.0.0-20190117184657-bf6a532e95b1 -> v0.0.0-20190117184657-bf6a532e95b1@6ed1f7e source
golang.org/x/sync require digest v0.0.0-20181221193216-37e7f081c4d4 -> v0.0.0-20181221193216-37e7f081c4d4@e225da7 source

Release Notes

gorilla/mux ### [`v1.7.0`](https://togithub.com/gorilla/mux/releases/v1.7.0) [Compare Source](https://togithub.com/gorilla/mux/compare/v1.6.2...v1.7.0) #### Notable changes: - mux will only support Go 1.7 and newer: this has allowed us to remove the older `gorilla/context` code. Go 1.7 has been out since August 2016. - [`*Route.Host()`](https://godoc.org/github.com/gorilla/mux#Route.Host) matching now includes the `host:port`, as opposed to just the `host`. - Subrouters should correctly return a 405 if the route matches but the method does not (see [#​437](https://togithub.com/gorilla/mux/issues/437) for details) #### CHANGELOG - [deps] Add go.mod for versioned Go ([#​376](https://togithub.com/gorilla/mux/issues/376)) [@​elithrar](https://togithub.com/elithrar) - Initialize user map ([#​371](https://togithub.com/gorilla/mux/issues/371)) [@​kalafut](https://togithub.com/kalafut) - Update LICENSE & AUTHORS files. ([#​386](https://togithub.com/gorilla/mux/issues/386)) [@​elithrar](https://togithub.com/elithrar) - Add 1.11 to build in travis ([#​398](https://togithub.com/gorilla/mux/issues/398)) [@​yershalom](https://togithub.com/yershalom) - Drop support for Go < 1.7: remove gorilla/context ([#​391](https://togithub.com/gorilla/mux/issues/391)) [@​fharding1](https://togithub.com/fharding1) - Create release-drafter.yml ([#​399](https://togithub.com/gorilla/mux/issues/399)) [@​elithrar](https://togithub.com/elithrar) - Always run on the latest stable Go version. ([#​402](https://togithub.com/gorilla/mux/issues/402)) [@​elithrar](https://togithub.com/elithrar) - Use constant for 301 status code in regexp.go ([#​412](https://togithub.com/gorilla/mux/issues/412)) [@​trungnn](https://togithub.com/trungnn) - Use subtests in mux_test.go ([#​415](https://togithub.com/gorilla/mux/issues/415)) [@​kanozec](https://togithub.com/kanozec) - Add stalebot config ([#​424](https://togithub.com/gorilla/mux/issues/424)) [@​elithrar](https://togithub.com/elithrar) - Update and rename stale to stale.yml ([#​425](https://togithub.com/gorilla/mux/issues/425)) [@​elithrar](https://togithub.com/elithrar) - remove redundant code that remove support gorilla/context ([#​427](https://togithub.com/gorilla/mux/issues/427)) [@​alimy](https://togithub.com/alimy) - Replace domain.com with example.com ([#​434](https://togithub.com/gorilla/mux/issues/434)) [@​raeesbhatti](https://togithub.com/raeesbhatti) - fix [#​2](https://togithub.com/gorilla/mux/issues/2), return full host:port info from getHost ([#​383](https://togithub.com/gorilla/mux/issues/383)) [@​santsai](https://togithub.com/santsai) - Ignore ErrNotFound while matching Subrouters ([#​438](https://togithub.com/gorilla/mux/issues/438)) [@​g-w](https://togithub.com/g-w) - Call WriteHeader after setting other header(s) in the example ([#​442](https://togithub.com/gorilla/mux/issues/442)) [@​timucingelici](https://togithub.com/timucingelici) - replace rr.HeaderMap by rr.Header() ([#​443](https://togithub.com/gorilla/mux/issues/443)) [@​moeryomenko](https://togithub.com/moeryomenko)
moov-io/base ### [`v0.8.0`](https://togithub.com/moov-io/base/blob/master/CHANGELOG.md#v080-Released-2019-02-01) [Compare Source](https://togithub.com/moov-io/base/compare/v0.7.0...v0.8.0) ADDITIONS - Added `Has` and `Match` functions to support type-based error handling ### [`v0.7.0`](https://togithub.com/moov-io/base/blob/master/CHANGELOG.md#v070-Released-2019-01-31) [Compare Source](https://togithub.com/moov-io/base/compare/v0.6.0...v0.7.0) ADDITIONS - Add `ID() string` to return a random identifier. ### [`v0.6.0`](https://togithub.com/moov-io/base/blob/master/CHANGELOG.md#v060-Released-2019-01-25) [Compare Source](https://togithub.com/moov-io/base/compare/v0.5.1...v0.6.0) ADDITIONS - admin: [`Server.AddHandler`](https://godoc.org/github.com/moov-io/base/admin#Server.AddHandler) for extendable commands - http/bind: Add [Fed](https://togithub.com/moov-io/fed) service
prometheus/common ### [`v0.2.0`](https://togithub.com/prometheus/common/compare/v0.1.0...v0.2.0) [Compare Source](https://togithub.com/prometheus/common/compare/v0.1.0...v0.2.0)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot. View repository job log here.