Skip to content

Update godeps

Administrator requested to merge renovate/godeps into master

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 code search for "github.com/aws/aws-sdk-go-v2"
github.com/crewjam/saml require minor v0.3.0 source code search for "github.com/crewjam/saml"
github.com/dghubble/gologin require minor v2.2.0 source code search for "github.com/dghubble/gologin"
github.com/docker/docker require minor v0.12.0 source code search for "github.com/docker/docker"
github.com/emersion/go-imap require patch v1.0.1 source code search for "github.com/emersion/go-imap"
github.com/gchaincl/sqlhooks require minor v1.2.0 source code search for "github.com/gchaincl/sqlhooks"
github.com/go-delve/delve require patch v1.3.2 source code search for "github.com/go-delve/delve"
github.com/golang-migrate/migrate/v4 require minor v4.7.0 source code search for "github.com/golang-migrate/migrate/v4"
github.com/golang/groupcache require digest v0.0.0-20191002201903-404acd9df4cc source code search for "github.com/golang/groupcache"
github.com/golangci/golangci-lint require minor v1.21.0 source code search for "github.com/golangci/golangci-lint"
github.com/google/zoekt require digest v0.0.0-20190910091447-b1730d8e0cc4 source code search for "github.com/google/zoekt"
github.com/graph-gophers/graphql-go require digest v0.0.0-20190917030536-38a077bc812d source code search for "github.com/graph-gophers/graphql-go"
github.com/honeycombio/libhoney-go require patch v1.12.2 source code search for "github.com/honeycombio/libhoney-go"
github.com/karrick/godirwalk require minor v1.13.0 source code search for "github.com/karrick/godirwalk"
github.com/karrick/tparse require minor v2.7.1 source code search for "github.com/karrick/tparse"
github.com/lightstep/lightstep-tracer-go require patch v0.17.1 source code search for "github.com/lightstep/lightstep-tracer-go"
github.com/prometheus/client_golang require minor v1.2.1 source code search for "github.com/prometheus/client_golang"
github.com/sourcegraph/go-jsonschema require digest v0.0.0-20191016093209-4dfde5805930 source code search for "github.com/sourcegraph/go-jsonschema"
github.com/stripe/stripe-go require minor v65.2.0 source code search for "github.com/stripe/stripe-go"
github.com/uber/gonduit require minor v0.5.0 source code search for "github.com/uber/gonduit"
github.com/uber/jaeger-client-go require minor v2.20.0 source code search for "github.com/uber/jaeger-client-go"
github.com/xeipuuv/gojsonschema require minor v1.2.0 source code search for "github.com/xeipuuv/gojsonschema"
golang.org/x/crypto require digest v0.0.0-20191010185427-af544f31c8ac source code search for "golang.org/x/crypto"
golang.org/x/lint replace digest v0.0.0-20190409202823-959b441ac422 source code search for "golang.org/x/lint"
golang.org/x/net require digest v0.0.0-20191009170851-d66e71096ffb source code search for "golang.org/x/net"
golang.org/x/sys require digest v0.0.0-20191010194322-b09406accb47 source code search for "golang.org/x/sys"
golang.org/x/time require digest v0.0.0-20190921001708-c4c64cad1fd0 source code search for "golang.org/x/time"
golang.org/x/tools require digest v0.0.0-20191010201905-e5ffc44a6fee source code search for "golang.org/x/tools"
gopkg.in/yaml.v2 require patch v2.2.5 source code search for "gopkg.in/yaml.v2"

Release Notes

aws/aws-sdk-go-v2

v0.15.0

Compare Source

===

Services

  • Synced the V2 SDK with latest AWS service API definitions.
dghubble/gologin

v2.2.0

Compare Source

  • 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
docker/docker

v0.12.0

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.0

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.6

Compare Source

v0.7.5

Compare Source

v0.7.4

Compare Source

emersion/go-imap

v1.0.1

Compare Source

gchaincl/sqlhooks

v1.2.0

Compare Source

Changes

go-delve/delve

v1.3.2

Compare Source

Release notes

golang-migrate/migrate

v4.7.0

Compare Source

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

Compare Source

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

Compare Source

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
honeycombio/libhoney-go

v1.12.2

Compare Source

karrick/godirwalk

v1.13.0

Compare Source

karrick/tparse

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

lightstep/lightstep-tracer-go

v0.17.1

Compare Source

  • Fixes #​219 so that there is no longer a data race when reading and writing from spans
prometheus/client_golang

v1.2.1

Compare Source

1.2.1 / 2019-10-17

  • [BUGFIX] Fix regression in the implementation of Registerer.Unregister. #​663

v1.2.0

Compare Source

  • [FEATURE] Support pushing to Pushgateway v0.10+. #​652
  • [ENHANCEMENT] Improve hashing to make a spurious AlreadyRegisteredError less likely to occur. #​657
  • [ENHANCEMENT] API client: Add godoc examples. #​630
  • [BUGFIX] promhttp: Correctly call WriteHeader in HTTP middleware. #​634
stripe/stripe-go

v65.2.0

Compare Source

  • #​972 Various API changes
    • Requirements on Issuing Cardholder
    • PaymentMethodDetails.AuBecsDebit.Mandate on Charge
    • PaymentBehavior on Subscription creation can now take the value pending_if_incomplete
    • PaymentBehavior on SubscriptionItem creation is now supported
    • SubscriptionData.TrialFromPlan is now supported on Checkout Session creation
    • New values for TaxIDType

See the changelog for more details.

v65.1.1

Compare Source

  • #​970 Properly deserialize Fulfilled on StatusTransitions in the order package

See the changelog for more details.

uber/gonduit

v0.5.0

Compare Source

uber/jaeger-client-go

v2.20.0

Compare Source

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

  • Expose Sampler on Tracer and accept sampler options via Configuration (#​460) -- Yuri Shkuro
  • Fix github.com/uber-go/atomic import (#​464) -- Yuri Shkuro
  • Add nodejs to crossdock tests (#​441) -- Bhavin Gandhi
  • Bump Go compiler version to 1.13 (#​453) -- Yuri Shkuro
xeipuuv/gojsonschema

v1.2.0

Compare Source

  • 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 and false schema. #​267
  • Fix an issue where an invalid schema would cause a panic. #​269
  • Properly handle file URIs that contain spaces. #​272
go-yaml/yaml

v2.2.5

Compare Source


Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

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

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


  • If you want to rebase/retry this PR, check this box

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

Merge request reports

Loading