Skip to content

Commit

Permalink
chore(cmd,server): remove use of google.golang.org/genproto/googleapi…
Browse files Browse the repository at this point in the history
…s/longrunning (#1531)
  • Loading branch information
julieqiu authored Aug 19, 2024
1 parent 489e70e commit a623c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import (

"github.com/googleapis/gapic-showcase/server"
pb "github.com/googleapis/gapic-showcase/server/genproto"
locpb "google.golang.org/genproto/googleapis/cloud/location"

iampb "cloud.google.com/go/iam/apiv1/iampb"
lropb "cloud.google.com/go/longrunning/autogen/longrunningpb"
locpb "google.golang.org/genproto/googleapis/cloud/location"
)

// Backend contains the various service backends that will be
Expand Down

0 comments on commit a623c9a

Please sign in to comment.