Skip to content

Commit eb49bcf

Browse files
author
Faiq Raza
committed
Merge branch 'change-context' into 'master'
Change to using context package See merge request cloudnative/oci-grafana-plugin!12
2 parents ffbab40 + 2630b14 commit eb49bcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datasource.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import (
55
"fmt"
66
"log"
77
"time"
8-
9-
"golang.org/x/net/context"
8+
"context"
109

1110
"github.com/davecgh/go-spew/spew"
1211
"github.com/grafana/grafana_plugin_model/go/datasource"

0 commit comments

Comments
 (0)