Skip to content

Commit 73467f0

Browse files
committed
Update go-kit/kit to 0.12.0 to fix spurious debug logs
This version of go-kit/kit/log is just a pass-through to go-kit/log. Also updates the following: * github.com/aws/aws-sdk-go from v1.40.37 to v1.40.45 * github.com/go-kit/log from v0.1.0 to v0.2.0 * github.com/json-iterator/go from v1.1.11 to v1.1.12 * golang.org/x/net from ad29c8ab022f to 978cfadd31cf Signed-off-by: Bryan Boreham <[email protected]>
1 parent 85c3781 commit 73467f0

File tree

193 files changed

+10717
-12389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+10717
-12389
lines changed

go.mod

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ require (
1111
github.com/NYTimes/gziphandler v1.1.1
1212
github.com/alecthomas/units v0.0.0-20210912230133-d1bdfacee922
1313
github.com/alicebob/miniredis/v2 v2.14.3
14-
github.com/aws/aws-sdk-go v1.40.37
14+
github.com/aws/aws-sdk-go v1.40.45
1515
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
1616
github.com/cespare/xxhash v1.1.0
1717
github.com/dustin/go-humanize v1.0.0
1818
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
1919
github.com/felixge/fgprof v0.9.1
2020
github.com/fsouza/fake-gcs-server v1.7.0
21-
github.com/go-kit/log v0.1.0
21+
github.com/go-kit/kit v0.12.0 // indirect
22+
github.com/go-kit/log v0.2.0
2223
github.com/go-openapi/strfmt v0.20.2
2324
github.com/go-openapi/swag v0.19.15
2425
github.com/go-redis/redis/v8 v8.11.4
@@ -30,7 +31,7 @@ require (
3031
github.com/golang/snappy v0.0.4
3132
github.com/gorilla/mux v1.8.0
3233
github.com/grafana/dskit v0.0.0-20211011144203-3a88ec0b675f
33-
github.com/json-iterator/go v1.1.11
34+
github.com/json-iterator/go v1.1.12
3435
github.com/lib/pq v1.3.0
3536
github.com/minio/minio-go/v7 v7.0.10
3637
github.com/mitchellh/go-wordwrap v1.0.0
@@ -54,7 +55,7 @@ require (
5455
github.com/weaveworks/common v0.0.0-20210913144402-035033b78a78
5556
go.etcd.io/bbolt v1.3.6
5657
go.uber.org/atomic v1.9.0
57-
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
58+
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
5859
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
5960
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
6061
google.golang.org/api v0.56.0

go.sum

+63-23
Large diffs are not rendered by default.

vendor/github.com/armon/go-metrics/inmem.go

+24-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/armon/go-metrics/inmem_endpoint.go

+32-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/armon/go-metrics/prometheus/prometheus.go

+16-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/client/logger.go

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)