Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 17, 2020

This PR contains the following updates:

Package Type Update Change
github.com/go-kit/kit require minor v0.9.0 -> v0.10.0

Release Notes

go-kit/kit

v0.10.0

Compare Source

A new release with several minor improvements and enhancements. The major change is the adoption of Go modules: Go kit now includes a go.mod (and go.sum) specifying the precise version of our dependencies. We'll try to keep these dependencies updated, but consumers can always specify overrides, if necessary.

Thanks to the 10 contributors who contributed to this release! 🏌️‍♂️

Bug fixes

Enhancements

Documentation, examples, tests


Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate
Copy link
Author

renovate bot commented Feb 17, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/golangci/golangci-api":"/mnt/renovate/gh/golangci/golangci-api" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/golangci/golangci-api" renovate/go bash -l -c "git config --global url.\"https://x-access-token:**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: downloading github.com/go-kit/kit v0.10.0
go: downloading github.com/golangci/golangci-lint v1.20.0
go: downloading github.com/google/go-querystring v1.0.0
go: downloading gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/mattn/go-colorable v0.1.4
go: downloading github.com/aws/aws-sdk-go v1.28.5
go: extracting github.com/google/go-querystring v1.0.0
go: downloading golang.org/x/tools v0.0.0-20200103221440-774c71fcf114
go: extracting github.com/mattn/go-colorable v0.1.4
go: extracting golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: extracting gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
go: downloading github.com/gorilla/sessions v1.1.3
go: extracting github.com/gorilla/sessions v1.1.3
go: downloading github.com/rs/cors v1.6.0
go: extracting github.com/rs/cors v1.6.0
go: extracting github.com/go-kit/kit v0.10.0
go: downloading github.com/urfave/negroni v1.0.0
go: extracting github.com/urfave/negroni v1.0.0
go: downloading github.com/aws/aws-lambda-go v1.13.3
go: downloading github.com/go-logfmt/logfmt v0.5.0
go: extracting github.com/go-logfmt/logfmt v0.5.0
go: downloading github.com/spf13/viper v1.6.2
go: extracting github.com/spf13/viper v1.6.2
go: downloading github.com/subosito/gotenv v1.2.0
go: extracting github.com/subosito/gotenv v1.2.0
go: extracting github.com/aws/aws-lambda-go v1.13.3
go: downloading golang.org/x/net v0.0.0-20190923162816-aa69164e4478
go: downloading golang.org/x/sys v0.0.0-20191220142924-d4481acd189f
go: downloading github.com/hashicorp/hcl v1.0.0
go: extracting github.com/hashicorp/hcl v1.0.0
go: downloading github.com/spf13/jwalterweatherman v1.0.0
go: extracting github.com/spf13/jwalterweatherman v1.0.0
go: downloading github.com/pelletier/go-toml v1.2.0
go: extracting github.com/pelletier/go-toml v1.2.0
go: downloading github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
go: extracting github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
verifying github.com/golangci/[email protected]: checksum mismatch
	downloaded: h1:BRmroXvnikbTCJJ+wbBgbt2kfbDC5RGONSK8xL9D6eo=
	go.sum:     h1:bokjFHRgut7TT9YiKSVWVscWfZNs1fQgSz94geGPHJw=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-go-kit-kit-0.x branch from 1d55f70 to c08cab7 Compare March 13, 2020 18:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants