File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
source/google_cloud_storage Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"strconv"
12
12
"strings"
13
13
14
- "golang.org/x/net/ context"
14
+ "context"
15
15
16
16
"cloud.google.com/go/spanner"
17
17
sdb "cloud.google.com/go/spanner/admin/database/apiv1"
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ require (
46
46
go.mongodb.org/mongo-driver v1.1.0
47
47
go.uber.org/atomic v1.4.0
48
48
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
49
- golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
50
49
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
51
50
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
52
51
golang.org/x/tools v0.0.0-20200818005847-188abfa75333
Original file line number Diff line number Diff line change 9
9
"strings"
10
10
11
11
"cloud.google.com/go/storage"
12
+ "context"
12
13
"github.com/golang-migrate/migrate/v4/source"
13
- "golang.org/x/net/context"
14
14
"google.golang.org/api/iterator"
15
15
)
16
16
You can’t perform that action at this time.
0 commit comments