Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(client): update dependencies and add new test for MockClient #52

Merged
merged 1 commit into from
May 31, 2024

Conversation

appleboy
Copy link
Owner

  • Add google.golang.org/api v0.181.0 to dependencies
  • Update cloud.google.com/go from v0.112.1 to v0.113.0
  • Add cloud.google.com/go/auth v0.4.2 and cloud.google.com/go/auth/oauth2adapt v0.2.2
  • Update cloud.google.com/go/iam from v1.1.7 to v1.1.8
  • Update cloud.google.com/go/longrunning from v0.5.5 to v0.5.7
  • Update cloud.google.com/go/storage from v1.40.0 to v1.41.0
  • Update github.com/googleapis/gax-go/v2 from v2.12.3 to v2.12.4
  • Update go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from v0.49.0 to v0.51.0
  • Update go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from v0.49.0 to v0.51.0
  • Update go.opentelemetry.io/otel from v1.24.0 to v1.26.0
  • Update go.opentelemetry.io/otel/metric from v1.24.0 to v1.26.0
  • Update go.opentelemetry.io/otel/trace from v1.24.0 to v1.26.0
  • Update golang.org/x/sync from v0.6.0 to v0.7.0
  • Update google.golang.org/appengine/v2 from v2.0.2 to v2.0.6
  • Update google.golang.org/genproto and related packages to the latest versions
  • Update google.golang.org/grpc from v1.62.1 to v1.64.0
  • Update google.golang.org/protobuf from v1.33.0 to v1.34.1
  • Add new test file main_test.go with a test for MockClient using httptest and go-fcm

- Add `google.golang.org/api` v0.181.0 to dependencies
- Update `cloud.google.com/go` from v0.112.1 to v0.113.0
- Add `cloud.google.com/go/auth` v0.4.2 and `cloud.google.com/go/auth/oauth2adapt` v0.2.2
- Update `cloud.google.com/go/iam` from v1.1.7 to v1.1.8
- Update `cloud.google.com/go/longrunning` from v0.5.5 to v0.5.7
- Update `cloud.google.com/go/storage` from v1.40.0 to v1.41.0
- Update `github.com/googleapis/gax-go/v2` from v2.12.3 to v2.12.4
- Update `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from v0.49.0 to v0.51.0
- Update `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from v0.49.0 to v0.51.0
- Update `go.opentelemetry.io/otel` from v1.24.0 to v1.26.0
- Update `go.opentelemetry.io/otel/metric` from v1.24.0 to v1.26.0
- Update `go.opentelemetry.io/otel/trace` from v1.24.0 to v1.26.0
- Update `golang.org/x/sync` from v0.6.0 to v0.7.0
- Update `google.golang.org/appengine/v2` from v2.0.2 to v2.0.6
- Update `google.golang.org/genproto` and related packages to the latest versions
- Update `google.golang.org/grpc` from v1.62.1 to v1.64.0
- Update `google.golang.org/protobuf` from v1.33.0 to v1.34.1
- Add new test file `main_test.go` with a test for `MockClient` using `httptest` and `go-fcm`

Signed-off-by: Bo-Yi Wu <[email protected]>
@appleboy appleboy changed the title testing: update dependencies and add new test for MockClient test(client): update dependencies and add new test for MockClient May 31, 2024
@appleboy appleboy merged commit 4dfc707 into master May 31, 2024
8 checks passed
@appleboy appleboy deleted the example branch May 31, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant