Skip to content

Commit

Permalink
Move iam package to workloadagentplatform
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708230146
  • Loading branch information
karkunpavan authored and copybara-github committed Dec 27, 2024
1 parent 5365ec2 commit 9a2af63
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 724 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
cloud.google.com/go/monitoring v1.17.1
cloud.google.com/go/secretmanager v1.11.5
cloud.google.com/go/storage v1.36.0
github.com/GoogleCloudPlatform/workloadagentplatform/integration/common v0.0.0-20241216220000-e80b9b366dbe
github.com/GoogleCloudPlatform/workloadagentplatform/integration/common v0.0.0-20241226073353-0b283b21f7a2
github.com/SAP/go-hdb v1.8.0
github.com/cenkalti/backoff/v4 v4.1.3
github.com/fsouza/fake-gcs-server v1.45.2
Expand All @@ -35,7 +35,7 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/oauth2 v0.17.0
golang.org/x/sys v0.18.0
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
google.golang.org/api v0.168.0
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014
google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014
Expand Down
6 changes: 1 addition & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,7 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 h1:9UQO31fZ+0aKQOFldThf7BKPMJTiBfWycGh/u3UoO88=
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
Expand Down
2 changes: 1 addition & 1 deletion internal/onetime/status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
"github.com/GoogleCloudPlatform/sapagent/internal/onetime/supportbundle"
cpb "github.com/GoogleCloudPlatform/sapagent/protos/configuration"
iipb "github.com/GoogleCloudPlatform/sapagent/protos/instanceinfo"
"github.com/GoogleCloudPlatform/sapagent/shared/iam"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/iam"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/commandlineexecutor"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/log"
spb "github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/protos/status"
Expand Down
2 changes: 1 addition & 1 deletion internal/onetime/status/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
"github.com/GoogleCloudPlatform/sapagent/internal/configuration"
"github.com/GoogleCloudPlatform/sapagent/internal/databaseconnector"
"github.com/GoogleCloudPlatform/sapagent/internal/iam"
"github.com/GoogleCloudPlatform/sapagent/shared/iam"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/iam"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/commandlineexecutor"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/gce/fake"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/shared/log"
Expand Down
181 changes: 0 additions & 181 deletions shared/iam/iam.go

This file was deleted.

Loading

0 comments on commit 9a2af63

Please sign in to comment.