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

Introduced after last update to #59732.
This commit is contained in:
Emil Tullstedt
2022-12-14 12:48:09 +00:00
committed by GitHub
parent 2c1b65021d
commit 3188a8288e
+1 -1
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"`