build(deps): Bump github.com/go-kit/kit from 0.10.0 to 0.12.0 (#7213)

* build(deps): Bump github.com/go-kit/kit from 0.10.0 to 0.12.0

Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.10.0 to 0.12.0.
- [Release notes](https://github.com/go-kit/kit/releases)
- [Commits](https://github.com/go-kit/kit/compare/v0.10.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/go-kit/kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* add nolint

* fix lint

* fix build

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tycho garen <garen@tychoish.com>
This commit is contained in:
dependabot[bot]
2021-11-08 14:39:00 -05:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> tycho garen
parent d35b50b528
commit d0031b0503
12 changed files with 133 additions and 133 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package log
import (
"io"
kitlog "github.com/go-kit/kit/log"
kitlog "github.com/go-kit/log"
)
// Logger is what any Tendermint library should take.
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"os"
"testing"
"github.com/go-kit/kit/log/term"
"github.com/go-kit/log/term"
)
var (
+1 -1
View File
@@ -3,7 +3,7 @@ package log
import (
"io"
kitlog "github.com/go-kit/kit/log"
kitlog "github.com/go-kit/log"
)
// NewTMJSONLogger returns a Logger that encodes keyvals to the Writer as a
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"fmt"
"io"
kitlog "github.com/go-kit/kit/log"
kitlevel "github.com/go-kit/kit/log/level"
"github.com/go-kit/kit/log/term"
kitlog "github.com/go-kit/log"
kitlevel "github.com/go-kit/log/level"
"github.com/go-kit/log/term"
)
const (
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"sync"
"time"
kitlog "github.com/go-kit/kit/log"
kitlevel "github.com/go-kit/kit/log/level"
kitlog "github.com/go-kit/log"
kitlevel "github.com/go-kit/log/level"
"github.com/go-logfmt/logfmt"
)
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"regexp"
"testing"
kitlog "github.com/go-kit/kit/log"
kitlog "github.com/go-kit/log"
"github.com/stretchr/testify/assert"
"github.com/tendermint/tendermint/libs/log"