Skip to content

Commit

Permalink
chore: update pb usage
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Mar 29, 2024
1 parent a59df5e commit 33638ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcppubsub/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (

"cloud.google.com/go/pubsub"
pubsubv1 "cloud.google.com/go/pubsub/apiv1"
"cloud.google.com/go/pubsub/apiv1/pubsubpb"
"github.com/dchest/uniuri"
"github.com/flowerinthenight/longsub"
pubsubpb "google.golang.org/genproto/googleapis/pubsub/v1"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/sirupsen/logrus v1.9.0 // indirect
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
google.golang.org/api v0.172.0 // indirect
google.golang.org/genproto v0.0.0-20240325203815-454cdb8f5daa
google.golang.org/genproto v0.0.0-20240325203815-454cdb8f5daa // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240325203815-454cdb8f5daa // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240325203815-454cdb8f5daa // indirect
google.golang.org/grpc v1.62.1
Expand Down

0 comments on commit 33638ee

Please sign in to comment.