golangci-api
golangci-api copied to clipboard
Update module go-kit/kit to v0.10.0
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
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
- dogstatsd: Drop metrics according to sample rate (#884) (thanks @martin-sucha)
- update_deps.bash: breakfixes
- Fix tracing tests by replacing test.com endpoint with httpbin.org (#952) (thanks @sagikazarmark)
Enhancements
- modules: Add initial go.mod file (#945) (thanks @ChrisHines, @sagikazarmark, @basvanbeek)
- sd/dnssrv: Consider SRV records with port 0 as an error (#900)
- transport: Introduce ErrorHandlerFunc (#915) (thanks @maratori)
- log: Disable HTML escaping in JSON Logger (#914) (thanks @treuherz)
- auth/casbin: Update imports to casbin/v2
- tracing/opencensus: Add a span name getter to opencensus endpoint options (#948) (thanks @sagikazarmark)
Documentation, examples, tests
- metrics/prometheus: Fix typo: "construts" --> "constructs" (#925) (thanks @jeffwidman)
- examples: removed mention about ServiceMiddleware (#936) (thanks @icamys)
- examples: Clarify rate limiter expressions in addsvc example (#943) (thanks @marselester)
- log/level: Fix typo: "thte" -> "the" (#956) (thanks @HCoban)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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.
:warning: Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
:recycle: 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'.