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 <bjboreham@gmail.com>
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

Lines changed: 5 additions & 4 deletions
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

Lines changed: 63 additions & 23 deletions
Large diffs are not rendered by default.

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

Lines changed: 24 additions & 20 deletions
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

Lines changed: 32 additions & 1 deletion
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

Lines changed: 16 additions & 18 deletions
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

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)