Skip to content

Commit d24f021

Browse files
Prometheus2677FPiety0521
authored and
FPiety0521
committed
Run go fix
1 parent 9635def commit d24f021

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: database/spanner/spanner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strconv"
1212
"strings"
1313

14-
"golang.org/x/net/context"
14+
"context"
1515

1616
"cloud.google.com/go/spanner"
1717
sdb "cloud.google.com/go/spanner/admin/database/apiv1"

Diff for: go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ require (
4646
go.mongodb.org/mongo-driver v1.1.0
4747
go.uber.org/atomic v1.4.0
4848
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
49-
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
5049
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
5150
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
5251
golang.org/x/tools v0.0.0-20200818005847-188abfa75333

Diff for: source/google_cloud_storage/storage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"strings"
1010

1111
"cloud.google.com/go/storage"
12+
"context"
1213
"github.com/golang-migrate/migrate/v4/source"
13-
"golang.org/x/net/context"
1414
"google.golang.org/api/iterator"
1515
)
1616

0 commit comments

Comments
 (0)