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

Update all #67

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
github.com/go-kit/kit require minor v0.8.0 -> v0.9.0
github.com/gorilla/mux require patch v1.7.2 -> v1.7.3
github.com/hashicorp/golang-lru require patch v0.5.1 -> v0.5.3
github.com/mattn/go-sqlite3 require minor v1.10.0 -> v1.11.0
golang.org/x/oauth2 require digest 9f33145 -> 0f29369
google.golang.org/appengine require minor v1.5.0 -> v1.6.4

Release Notes

go-kit/kit ### [`v0.9.0`](https://togithub.com/go-kit/kit/releases/v0.9.0) [Compare Source](https://togithub.com/go-kit/kit/compare/v0.8.0...v0.9.0) A new major release with incremental improvements and enhancements. Major features include support for AWS Lambda as a transport, and improved error handling in all transports. Thanks to the 26 contributors who contributed to this release! 🏌 Note that **this release includes breaking changes in the metrics package**, please review [the documentation](https://godoc.org/github.com/go-kit/kit/metrics) for changes. ### Bug fixes - sd/etcdv3: serve the keepalive response channel ([#​803](https://togithub.com/go-kit/kit/issues/803)) (thanks [@​fangdingjun](https://togithub.com/fangdingjun)) - tracing/zipkin: swaps tested conditions ([#​812](https://togithub.com/go-kit/kit/issues/812)) (thanks [@​jcchavezs](https://togithub.com/jcchavezs)) - metrics/influx: Fix InfluxDB import path ([#​826](https://togithub.com/go-kit/kit/issues/826)) (thanks [@​flowchartsman](https://togithub.com/flowchartsman)) - kitgen: normalize backSlashes in path ([#​831](https://togithub.com/go-kit/kit/issues/831)) (thanks [@​obeyda](https://togithub.com/obeyda)) - sd/etcdv3: fix dead loop ([#​848](https://togithub.com/go-kit/kit/issues/848)) (thanks [@​zii](https://togithub.com/zii)) - sd/zk: fix: `ProtectedEphemeralSequential` in the wrong zk path ([#​849](https://togithub.com/go-kit/kit/issues/849)) (thanks [@​RedDragonet](https://togithub.com/RedDragonet)) - metrics/cloudwatch2: fix context in Send() ([#​857](https://togithub.com/go-kit/kit/issues/857)) (thanks [@​h8liu](https://togithub.com/h8liu)) - sd: fix data race ([#​865](https://togithub.com/go-kit/kit/issues/865)) (thanks [@​toffaletti](https://togithub.com/toffaletti)) - tracing/opentracing: fix port assignment ([#​866](https://togithub.com/go-kit/kit/issues/866)) (thanks [@​kevinreed8263](https://togithub.com/kevinreed8263)) - transport/nats: Update imports ([#​881](https://togithub.com/go-kit/kit/issues/881)) (thanks [@​wallyqs](https://togithub.com/wallyqs)) - metrics/prometheus: fix for latest HEAD ([#​885](https://togithub.com/go-kit/kit/issues/885)) - metrics/dogstatsd: Drop metrics according to sample rate ([#​884](https://togithub.com/go-kit/kit/issues/884)) (thanks [@​martin-sucha](https://togithub.com/martin-sucha)) ### Enhancements - log: Support logrus.Field logger in the logrus adapter ([#​793](https://togithub.com/go-kit/kit/issues/793)) (thanks [@​sagikazarmark](https://togithub.com/sagikazarmark)) - transport/amqp: Add amqp.Delivery to the request func ([#​802](https://togithub.com/go-kit/kit/issues/802)) (thanks [@​ValeryPiashchynski](https://togithub.com/ValeryPiashchynski)) - transport/http: adding request and response encoders for Protobuf ([#​809](https://togithub.com/go-kit/kit/issues/809)) (thanks [@​jprobinson](https://togithub.com/jprobinson)) - tracing/zipkin: add request sampler ([#​813](https://togithub.com/go-kit/kit/issues/813)) (thanks [@​jcchavezs](https://togithub.com/jcchavezs)) - tracing/opentracing: Change span injection/extraction from HTTP request ([#​821](https://togithub.com/go-kit/kit/issues/821)) (thanks [@​nboukeffa](https://togithub.com/nboukeffa)) - tracing/opentracing: Use opencensus' DefaultSampler instead of AlwaysSample as default ([#​830](https://togithub.com/go-kit/kit/issues/830)) (thanks [@​rueian](https://togithub.com/rueian)) - metrics: Make Send/Write Loop context aware ([#​837](https://togithub.com/go-kit/kit/issues/837)) (thanks [@​jlordiales](https://togithub.com/jlordiales)) - transport/awslambda: add support ([#​815](https://togithub.com/go-kit/kit/issues/815)) (thanks [@​suekto-andreas](https://togithub.com/suekto-andreas)) - transport/amqp: add NopResponse option ([#​850](https://togithub.com/go-kit/kit/issues/850)) (thanks [@​mattfung](https://togithub.com/mattfung)) - log: add a log adapter for zap.Logger ([#​855](https://togithub.com/go-kit/kit/issues/855)) (thanks [@​MaruHyl](https://togithub.com/MaruHyl)) - transport: Implement transport level error handlers ([#​863](https://togithub.com/go-kit/kit/issues/863)) (thanks [@​sagikazarmark](https://togithub.com/sagikazarmark)) - transport/nats: Use given context in NATS endpoint ([#​876](https://togithub.com/go-kit/kit/issues/876)) (thanks [@​nsmith5](https://togithub.com/nsmith5)) - metrics/cloudwatch2: Update cloudwatch2 to latest upstream API ([#​878](https://togithub.com/go-kit/kit/issues/878)) (thanks [@​nsmith5](https://togithub.com/nsmith5)) ### Documentation, examples, tests - misc: fix a few misspellings ([#​797](https://togithub.com/go-kit/kit/issues/797)) (thanks [@​dvrkps](https://togithub.com/dvrkps)) - examples: Replace "x/net/context" import with "context" ([#​810](https://togithub.com/go-kit/kit/issues/810)) (thanks [@​marselester](https://togithub.com/marselester)) - metrics/prometheus: Fix test to accommodate new Prometheus metric output ([#​820](https://togithub.com/go-kit/kit/issues/820)) - kitgen: fix kitgen test in the windows ([#​840](https://togithub.com/go-kit/kit/issues/840)) (thanks [@​runner](https://togithub.com/runner)) - misc: add integration with builds.sr.ht ([#​842](https://togithub.com/go-kit/kit/issues/842)) - log/level: improve examples ([#​845](https://togithub.com/go-kit/kit/issues/845)) - misc: code improvements ([#​868](https://togithub.com/go-kit/kit/issues/868)) (thanks [@​sosiska](https://togithub.com/sosiska)) - sd/{etcd,etcdv3}: disable flaky integration tests ([#​883](https://togithub.com/go-kit/kit/issues/883)) - README: Update Gin framework homepage url ([#​888](https://togithub.com/go-kit/kit/issues/888)) (thanks [@​yellowmint](https://togithub.com/yellowmint))
gorilla/mux ### [`v1.7.3`](https://togithub.com/gorilla/mux/releases/v1.7.3) [Compare Source](https://togithub.com/gorilla/mux/compare/v1.7.2...v1.7.3) This is a patch release that mostly incorporates test & build system updates, as well as fixing a rare cause of panics. #### CHANGELOG - Update stale.yml ([#​494](https://togithub.com/gorilla/mux/issues/494)) [@​elithrar](https://togithub.com/elithrar) - Improve CORS Method Middleware ([#​477](https://togithub.com/gorilla/mux/issues/477)) [@​fharding1](https://togithub.com/fharding1) - Delete ISSUE_TEMPLATE.md ([#​492](https://togithub.com/gorilla/mux/issues/492)) [@​elithrar](https://togithub.com/elithrar) - Use subtests for middleware tests ([#​478](https://togithub.com/gorilla/mux/issues/478)) [@​fharding1](https://togithub.com/fharding1) - Delete .travis.yml ([#​490](https://togithub.com/gorilla/mux/issues/490)) [@​elithrar](https://togithub.com/elithrar) - Fix nil panic in authentication middleware example ([#​489](https://togithub.com/gorilla/mux/issues/489)) [@​fharding1](https://togithub.com/fharding1) - [WIP] Create CircleCI config ([#​484](https://togithub.com/gorilla/mux/issues/484)) [@​elithrar](https://togithub.com/elithrar)
hashicorp/golang-lru ### [`v0.5.3`](https://togithub.com/hashicorp/golang-lru/compare/v0.5.2...v0.5.3) [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v0.5.2...v0.5.3) ### [`v0.5.2`](https://togithub.com/hashicorp/golang-lru/compare/v0.5.1...v0.5.2) [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v0.5.1...v0.5.2)
mattn/go-sqlite3 ### [`v1.11.0`](https://togithub.com/mattn/go-sqlite3/compare/v1.10.0...v1.11.0) [Compare Source](https://togithub.com/mattn/go-sqlite3/compare/v1.10.0...v1.11.0)
golang/appengine ### [`v1.6.4`](https://togithub.com/golang/appengine/releases/v1.6.4) [Compare Source](https://togithub.com/golang/appengine/compare/v1.6.3...v1.6.4) delay: fix func stable name to strip gopath prefix ### [`v1.6.3`](https://togithub.com/golang/appengine/releases/v1.6.3) [Compare Source](https://togithub.com/golang/appengine/compare/v1.6.2...v1.6.3) Increase internal.limitDial's timeout from 500ms to 10s, to account for differences in the go111 legacy API endpoint. ### [`v1.6.2`](https://togithub.com/golang/appengine/releases/v1.6.2) [Compare Source](https://togithub.com/golang/appengine/compare/v1.6.1...v1.6.2) - Simplified the capabilities API to remove unnecessary RPC calls - Fixes to stderr handling in the aetest package ### [`v1.6.1`](https://togithub.com/golang/appengine/releases/v1.6.1) [Compare Source](https://togithub.com/golang/appengine/compare/v1.6.0...v1.6.1) Fix a couple typos and update the versions of dependencies in `go.mod`. ### [`v1.6.0`](https://togithub.com/golang/appengine/releases/v1.6.0) [Compare Source](https://togithub.com/golang/appengine/compare/v1.5.0...v1.6.0) - Add `datastore.EnableKeyConversion` for compatibility with Cloud Datastore

Renovate configuration

:date: Schedule: "on monday" (UTC).

: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.

codecov-io commented 4 years ago

Codecov Report

Merging #67 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   57.01%   57.01%           
=======================================
  Files           9        9           
  Lines         656      656           
=======================================
  Hits          374      374           
  Misses        214      214           
  Partials       68       68

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d730694...473b891. Read the comment docs.