Settings: Update reference to go-kit/log (#60309)

Introduced after last update to #59732.
This commit is contained in:
Emil Tullstedt 2022-12-14 13:48:09 +01:00 committed by GitHub
parent 2c1b65021d
commit 3188a8288e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
package setting
import "github.com/go-kit/kit/log/level"
import "github.com/go-kit/log/level"
type Sentry struct {
Enabled bool `json:"enabled"`