Skip to content

Commit

Permalink
Merge pull request #880 from raj-prince/integrate_latest_gcloud
Browse files Browse the repository at this point in the history
Refreshing the gCloud go module in gcsfuse
  • Loading branch information
raj-prince committed Jan 10, 2023
2 parents 3ac73de + de8cedd commit 24de9d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -8,7 +8,7 @@ require (
contrib.go.opencensus.io/exporter/stackdriver v0.13.12
github.com/jacobsa/daemonize v0.0.0-20160101105449-e460293e890f
github.com/jacobsa/fuse v0.0.0-20221016084658-a4cd154343d8
github.com/jacobsa/gcloud v0.0.0-20220926120811-1a153c059feb
github.com/jacobsa/gcloud v0.0.0-20230110125859-49bc5a12f398
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff
github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -240,6 +240,8 @@ github.com/jacobsa/gcloud v0.0.0-20220902140020-1c120ff05604 h1:CS7nR1glaHgdAdx+
github.com/jacobsa/gcloud v0.0.0-20220902140020-1c120ff05604/go.mod h1:kYk8Udk1FpP2Nn/ABkB6yT7jHkDhewIq8eGRZMLRGDU=
github.com/jacobsa/gcloud v0.0.0-20220926120811-1a153c059feb h1:CcpAA2yBBTGYThuwoT+/s/gbLeq2IAvy+o31+o/zIhY=
github.com/jacobsa/gcloud v0.0.0-20220926120811-1a153c059feb/go.mod h1:kYk8Udk1FpP2Nn/ABkB6yT7jHkDhewIq8eGRZMLRGDU=
github.com/jacobsa/gcloud v0.0.0-20230110125859-49bc5a12f398 h1:Y2qdiZE33dd5Jv61NVSka0jGp3FJU/E8+ZsCavdPMjs=
github.com/jacobsa/gcloud v0.0.0-20230110125859-49bc5a12f398/go.mod h1:kYk8Udk1FpP2Nn/ABkB6yT7jHkDhewIq8eGRZMLRGDU=
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd h1:9GCSedGjMcLZCrusBZuo4tyKLpKUPenUUqi34AkuFmA=
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd/go.mod h1:TlmyIZDpGmwRoTWiakdr+HA1Tukze6C6XbRVidYq02M=
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff h1:2xRHTvkpJ5zJmglXLRqHiZQNjUoOkhUyhTAhEQvPAWw=
Expand Down
9 changes: 8 additions & 1 deletion vendor/github.com/jacobsa/gcloud/gcs/retry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -165,7 +165,7 @@ github.com/jacobsa/fuse/fuseutil
github.com/jacobsa/fuse/internal/buffer
github.com/jacobsa/fuse/internal/freelist
github.com/jacobsa/fuse/internal/fusekernel
# github.com/jacobsa/gcloud v0.0.0-20220926120811-1a153c059feb
# github.com/jacobsa/gcloud v0.0.0-20230110125859-49bc5a12f398
## explicit; go 1.18
github.com/jacobsa/gcloud/gcs
github.com/jacobsa/gcloud/gcs/gcscaching
Expand Down

0 comments on commit 24de9d2

Please sign in to comment.