Skip to content

Commit 1b025e9

Browse files
authored
chore: use std lib context (#823)
1 parent cbbe7c9 commit 1b025e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require (
1414
github.com/tencentyun/cos-go-sdk-v5 v0.7.35
1515
go.etcd.io/etcd/client/pkg/v3 v3.5.4
1616
go.etcd.io/etcd/client/v3 v3.5.4
17-
golang.org/x/net v0.1.0
1817
google.golang.org/api v0.82.0
1918
)
2019

@@ -57,6 +56,7 @@ require (
5756
go.uber.org/multierr v1.8.0 // indirect
5857
go.uber.org/zap v1.21.0 // indirect
5958
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
59+
golang.org/x/net v0.1.0 // indirect
6060
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
6161
golang.org/x/sys v0.1.0 // indirect
6262
golang.org/x/text v0.4.0 // indirect

google.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ limitations under the License.
1717
package storage
1818

1919
import (
20+
"context"
2021
"io/ioutil"
2122
pathutil "path"
2223

2324
"cloud.google.com/go/storage"
24-
"golang.org/x/net/context"
2525
"google.golang.org/api/iterator"
2626
)
2727

0 commit comments

Comments
 (0)