Skip to content

Commit

Permalink
Fix internal library location, not supposed to be exported.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 477536477
  • Loading branch information
Cloud Healthcare Team authored and copybara-github committed Sep 30, 2022
1 parent 8320e12 commit 0958391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/monitoring/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"time"

log "github.com/golang/glog"
"cloud.google.com/go/compute/metadata"
"google3/third_party/golang/cloud_google_com/go/compute/v/v0/metadata/metadata"
"google.golang.org/api/option"
"github.com/google/uuid"
"github.com/GoogleCloudPlatform/mllp/shared/util"
Expand Down

0 comments on commit 0958391

Please sign in to comment.