File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ limitations under the License.
1717package storage
1818
1919import (
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
You can’t perform that action at this time.
0 commit comments