Update godeps
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
github.com/aws/aws-sdk-go-v2 | require | minor | v0.15.0 | source | |
github.com/crewjam/saml | require | minor | v0.3.0 | source | |
github.com/dghubble/gologin | require | minor | v2.2.0 | source | |
github.com/docker/docker | require | minor | v0.12.0 | source | |
github.com/emersion/go-imap | require | patch | v1.0.1 | source | |
github.com/gchaincl/sqlhooks | require | minor | v1.2.0 | source | |
github.com/go-delve/delve | require | patch | v1.3.2 | source | |
github.com/golang-migrate/migrate/v4 | require | minor | v4.7.0 | source | |
github.com/golang/groupcache | require | digest | v0.0.0-20191002201903-404acd9df4cc | source | |
github.com/golangci/golangci-lint | require | minor | v1.21.0 | source | |
github.com/google/zoekt | require | digest | v0.0.0-20190910091447-b1730d8e0cc4 | source | |
github.com/graph-gophers/graphql-go | require | digest | v0.0.0-20190917030536-38a077bc812d | source | |
github.com/honeycombio/libhoney-go | require | patch | v1.12.2 | source | |
github.com/karrick/godirwalk | require | minor | v1.13.0 | source | |
github.com/karrick/tparse | require | minor | v2.7.1 | source | |
github.com/lightstep/lightstep-tracer-go | require | patch | v0.17.1 | source | |
github.com/prometheus/client_golang | require | minor | v1.2.1 | source | |
github.com/sourcegraph/go-jsonschema | require | digest | v0.0.0-20191016093209-4dfde5805930 | source | |
github.com/stripe/stripe-go | require | minor | v65.2.0 | source | |
github.com/uber/gonduit | require | minor | v0.5.0 | source | |
github.com/uber/jaeger-client-go | require | minor | v2.20.0 | source | |
github.com/xeipuuv/gojsonschema | require | minor | v1.2.0 | source | |
golang.org/x/crypto | require | digest | v0.0.0-20191010185427-af544f31c8ac | source | |
golang.org/x/lint | replace | digest | v0.0.0-20190409202823-959b441ac422 | source | |
golang.org/x/net | require | digest | v0.0.0-20191009170851-d66e71096ffb | source | |
golang.org/x/sys | require | digest | v0.0.0-20191010194322-b09406accb47 | source | |
golang.org/x/time | require | digest | v0.0.0-20190921001708-c4c64cad1fd0 | source | |
golang.org/x/tools | require | digest | v0.0.0-20191010201905-e5ffc44a6fee | source | |
gopkg.in/yaml.v2 | require | patch | v2.2.5 | source |
Release Notes
dghubble/gologin
v2.2.0
- Suffix packages with
/v2
to provide Go module support (#37)- Module users may import
github.com/dghubble/gologin/v2
starting in v2.2.0 - Non-module users may continue using releases prior to v2.2.0
- Module users may import
gchaincl/sqlhooks
v1.2.0
Changes
- Add go mod support and update travis #26 (@gchaincl)
- Add QueryerContext interface #23 (@surki)
golang-migrate/migrate
v4.7.0
Changes
- Support Go 1.13 and drop support for Go 1.11
- Respect DB driver values specified via config structs. Fixes #262.
- Trim whitespace for spanner migrations thanks to @jon-whit (#288)
- Officially support Firebird SQL again thanks to @jacobalberty. Fixes #49
golangci/golangci-lint
v1.21.0
Changelog
Performance
9ba730e
Make incremental analysis (#808)
64b6266
Lock by flock to prevent parallel runs (#812)
Other
d47b6f5
Exposed modules-download-mode as a command line option (#781)
22df2d7
Update WSL to v1.2.5 (#811)
98f60eb
deadline is now deprecated, but should be taking its value from the configuration if set (#822)
Docker images
docker pull golangci/golangci-lint:latest
docker pull golangci/golangci-lint:v1.21.0
docker pull golangci/golangci-lint:v1.21
docker pull golangci/golangci-lint:latest-alpine
docker pull golangci/golangci-lint:v1.21.0-alpine
docker pull golangci/golangci-lint:v1.21-alpine
v1.20.1
Changelog
27c8be0
deadline is now deprecated, but should be taking its value from the configuration if set (#822)
849044b
just hide --deadline, don't deprecate
Docker images
docker pull golangci/golangci-lint:latest
docker pull golangci/golangci-lint:v1.20.1
docker pull golangci/golangci-lint:v1.20
docker pull golangci/golangci-lint:latest-alpine
docker pull golangci/golangci-lint:v1.20.1-alpine
docker pull golangci/golangci-lint:v1.20-alpine
lightstep/lightstep-tracer-go
v0.17.1
- Fixes #219 so that there is no longer a data race when reading and writing from spans
prometheus/client_golang
v1.2.1
1.2.1 / 2019-10-17
- [BUGFIX] Fix regression in the implementation of
Registerer.Unregister
. #663
v1.2.0
stripe/stripe-go
v65.2.0
-
#972 Various API changes
-
Requirements
on IssuingCardholder
-
PaymentMethodDetails.AuBecsDebit.Mandate
onCharge
-
PaymentBehavior
onSubscription
creation can now take the valuepending_if_incomplete
-
PaymentBehavior
onSubscriptionItem
creation is now supported -
SubscriptionData.TrialFromPlan
is now supported on CheckoutSession
creation - New values for
TaxIDType
-
See the changelog for more details.
v65.1.1
-
#970 Properly deserialize
Fulfilled
onStatusTransitions
in theorder
package
uber/jaeger-client-go
v2.20.0
New Features
-
Allow all in-process spans of a trace to share sampling state (#443) -- Prithvi Raj
Sampling state is shared between all spans of the trace that are still in memory. This allows implementation of delayed sampling decisions (see below).
-
Support delayed sampling decisions (#449) -- Yuri Shkuro
This is a large structural change to how the samplers work. It allows some samplers to be executed multiple times on different span events (like setting a tag) and make a positive sampling decision later in the span life cycle, or even based on children spans. See README for more details.
There is a related minor change in behavior of the adaptive (per-operation) sampler, which will no longer re-sample the trace when
span.SetOperation()
is called, i.e. the operation used to make the sampling decision is always the one provided at span creation. -
Add experimental tag matching sampler (#452) -- Yuri Shkuro
A sampler that can sample a trace based on a certain tag added to the root span or one of its local (in-process) children. The sampler can be used with another experimental
PrioritySampler
that allows multiple samplers to try to make a sampling decision, in a certain priority order. -
[log/zap] Report whether a trace was sampled (#445) -- Abhinav Gupta
-
Allow config.FromEnv() to enrich an existing config object (#436) -- Vineeth Reddy
Minor patches
xeipuuv/gojsonschema
v1.2.0
- Fix a race condition when registering new formats. #241
- Improve the performance of
uniqueItems
. #245 - Fix an issue where integers would be shown as a fraction #248
- Require
format
to be of type string and formats can now be registered after a schema is parsed. #249 - Improve the handling of
true
andfalse
schema. #267 - Fix an issue where an invalid schema would cause a panic. #269
- Properly handle file URIs that contain spaces. #272
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.