chore: remove golang.org/x/net/context in favor of stdlib (#47532)
This PR removes golang.org context imports under pkg/services/* and replaces them with the stdlib context. Closes #44178
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package notifiers
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/grafana/grafana/pkg/infra/log"
|
||||
"github.com/grafana/grafana/pkg/models"
|
||||
"github.com/grafana/grafana/pkg/services/encryption"
|
||||
"github.com/grafana/grafana/pkg/services/notifications"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
type Manager interface {
|
||||
|
||||
Reference in New Issue
Block a user