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.12.0 source code search for "github.com/aws/aws-sdk-go-v2"
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/go-redsync/redsync require patch v1.3.1 source code search for "github.com/go-redsync/redsync"
github.com/gopherjs/gopherjs require digest v0.0.0-20190910122728-9d188e94fb99 source code search for "github.com/gopherjs/gopherjs"
github.com/graph-gophers/graphql-go require digest v0.0.0-20190902214650-641ae197eec7 source code search for "github.com/graph-gophers/graphql-go"
github.com/honeycombio/libhoney-go require patch v1.12.1 source code search for "github.com/honeycombio/libhoney-go"
github.com/karrick/tparse require minor v2.7.0 source code search for "github.com/karrick/tparse"
github.com/klauspost/compress require patch v1.8.4 source code search for "github.com/klauspost/compress"
github.com/prometheus/procfs require patch v0.0.5 source code search for "github.com/prometheus/procfs"
github.com/stripe/stripe-go require minor v63.1.0 source code search for "github.com/stripe/stripe-go"
github.com/uber/jaeger-client-go require minor v2.18.1 source code search for "github.com/uber/jaeger-client-go"
github.com/vmihailenco/msgpack require minor v4.2.0 source code search for "github.com/vmihailenco/msgpack"
golang.org/x/exp require digest v0.0.0-20190912063710-ac5d2bfcbfe0 source code search for "golang.org/x/exp"
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-20190912160710-24e19bdeb0f2 source code search for "golang.org/x/net"
golang.org/x/sys require digest v0.0.0-20190912141932-bc967efca4b8 source code search for "golang.org/x/sys"
golang.org/x/tools require digest v0.0.0-20190912215617-3720d1ec3678 source code search for "golang.org/x/tools"
google.golang.org/genproto require digest v0.0.0-20190911173649-1774047e7e51 source code search for "google.golang.org/genproto"
mvdan.cc/unparam require digest v0.0.0-20190720180237-d51796306d8f source code search for "mvdan.cc/unparam"

Release Notes

aws/aws-sdk-go-v2

v0.12.0

Compare Source

===

Services

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

SDK Enhancements

  • aws/endpoints: Expose DNSSuffix for partitions (#​369)

    • Exposes the underlying partition metadata's DNSSuffix value via the DNSSuffix method on the endpoint's Partition type. This allows access to the partition's DNS suffix, e.g. "amazon.com".
    • Fixes #​347
  • private/protocol: Add support for parsing fractional timestamp (#​367)

    • Fixes the SDK's ability to parse fractional unix timestamp values and adds tests.
    • Fixes #​365
  • aws/ec2metadata: Add marketplaceProductCodes to EC2 Instance Identity Document (#​374)

    • Adds MarketplaceProductCodes to the EC2 Instance Metadata's Identity Document. The ec2metadata client will now retrieve these values if they are available.
    • Related to: aws/aws-sdk-go#​2781
  • aws: Adds configurations to the default retryer (#​375)

    • Provides more customization options for retryer by adding a constructor for default Retryer which accepts functional options. Adds NoOpRetryer to support no retry behavior. Exposes members of default retryer.
    • Updates the underlying logic used by the default retryer to calculate jittered delay for retry. Handles int overflow for retry delay.
    • Fixes #​370
  • aws : Refactors request retry behavior path logic (#​384)

    • Retry utilities now follow a consistent code path. aws.IsErrorRetryable is the primary entry point to determine if a request is retryable.
    • Corrects sdk's behavior by not retrying errors with status code 501. Adds support for retrying the Kinesis API error, LimitExceededException.
    • Fixes #​372, #​145

SDK Bugs

  • aws: Fixes bug in calculating throttled retry delay (#​373)
    • The Retry-After duration specified in the request is now added to the Retry delay for throttled exception. Adds test for retry delays for throttled exceptions. Fixes bug where the throttled retry's math was off.
    • Fixes #​45
  • aws : Adds missing sdk error checking when seeking readers (#​379)
    • Adds support for nonseekable io.Reader. Adds support for streamed payloads for unsigned body request.
    • Fixes #​371
  • service/s3 : Fixes unexpected EOF error by s3manager (#​386)
    • Fixes bug which threw unexpected EOF error when s3 upload is performed for a file of maximum allowed size
    • Fixes #​316
  • private/model : Fixes generated API Reference docs links being invalid (387)
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

go-redsync/redsync

v1.3.1

Compare Source

honeycombio/libhoney-go

v1.12.1

Compare Source

v1.12.1 reduces global encoding buffer space allocated by the zstd library from 8MB per CPU to 128KB per CPU.

Also fixes a deadlock condition when calling Add*() and Send() concurrently.

This release requires v1.8.3 or later of github.com/klauspost/compress.

karrick/tparse

v2.7.0

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

klauspost/compress

v1.8.4

Compare Source

Changelog

a938213 Add goreleaser scripts (#​161) 72edc79 Add s2 commandline tools (#​160) b4b8200 Add s2c and s2d info and add benchmarks 77b2d8a Make short tests run faster. 3d839ae Merge branch 'master' of github.com:klauspost/compress f6b8537 Remove -v from test. 08c0065 Update README.md dbe23c5 Update deploy.

prometheus/procfs

v0.0.5

Compare Source

stripe/stripe-go

v63.1.0

Compare Source

  • #​949 Add support for DeclineCode on Error top-level

See the changelog for more details.

uber/jaeger-client-go

v2.18.1

Compare Source

  • Remove go.mod / go.sum that interfere with go get (#​432)

v2.18.0

Compare Source

  • Add option "noDebugFlagOnForcedSampling" for tracer initialization (#​423)
vmihailenco/msgpack

v4.2.0

Compare Source

v4.1.1

Compare Source

v4.1.0

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