Skip to content

Commit

Permalink
Get rid of deperecated dependencies in snapshot service generate code (
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaitanyaKulkarni28 authored Aug 5, 2024
1 parent d592f56 commit f6d5c1e
Show file tree
Hide file tree
Showing 6 changed files with 950 additions and 642 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require (
github.com/Microsoft/go-winio v0.6.1
github.com/go-ini/ini v1.66.6
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.5.9
github.com/google/go-tpm v0.9.0
github.com/google/go-tpm-tools v0.4.0
Expand All @@ -34,6 +33,7 @@ require (
cloud.google.com/go/iam v1.1.1 // indirect
cloud.google.com/go/logging v1.7.0 // indirect
cloud.google.com/go/longrunning v0.5.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-sev-guest v0.7.0 // indirect
github.com/google/logger v1.1.1 // indirect
github.com/google/s2a-go v0.1.4 // indirect
Expand Down
2 changes: 1 addition & 1 deletion google_guest_agent/snapshot_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"time"

"github.com/GoogleCloudPlatform/guest-agent/google_guest_agent/run"
sspb "github.com/GoogleCloudPlatform/guest-agent/google_guest_agent/snapshot_service"
sspb "github.com/GoogleCloudPlatform/guest-agent/google_guest_agent/snapshot_service/cloud_vmm"
"github.com/GoogleCloudPlatform/guest-agent/retry"
"github.com/GoogleCloudPlatform/guest-logging-go/logger"
"github.com/golang/groupcache/lru"
Expand Down
Loading

0 comments on commit f6d5c1e

Please sign in to comment.