Skip to content

Commit

Permalink
Update go,mod
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Jun 14, 2024
1 parent 981b18d commit 60ab9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ require (
require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/fsouza/fake-gcs-server v1.49.0
golang.org/x/sync v0.7.0
)

require (
Expand Down Expand Up @@ -104,6 +103,7 @@ require (
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
Expand Down

0 comments on commit 60ab9ee

Please sign in to comment.