Skip to content

Commit

Permalink
feat(cloudauth): generic account component metadata
Browse files Browse the repository at this point in the history
treat cloudauth account component metadata generic way
  • Loading branch information
cgeers committed Feb 29, 2024
1 parent 83ef948 commit d0b8aa6
Show file tree
Hide file tree
Showing 4 changed files with 1,582 additions and 1,315 deletions.
10 changes: 0 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20231124131820-71542fa7267c h1:4EX48ZtM2h5cZ8b7IlOS6eMTranmUyAaM7aZ2fOw8no=
github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20231124131820-71542fa7267c/go.mod h1:jxZJUWMw4eK8W9kyWeU0sJulx1KyEaIi6oZx4ATLobI=
github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20231207110334-1d6c07239b4c h1:VmKvTs0e7mmA+9QGIcTBZHkfyNwE5xFZIJ7UWWW86Vs=
github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20231207110334-1d6c07239b4c/go.mod h1:CTFbnFzGunvQCZKkewsx/XLSchikz9pHIq715Ao90Bw=
github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20240201123620-2272de6dee9f h1:2DsK+LfZ4oFOKg+hJ7VdYkYBOPLQhm2S3WYRG9sKjg4=
github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20240201123620-2272de6dee9f/go.mod h1:CTFbnFzGunvQCZKkewsx/XLSchikz9pHIq715Ao90Bw=
github.com/sysdiglabs/agent-kilt/runtimes/cloudformation v0.0.0-20231124134841-96a4feb9adb9 h1:VWoep4GtewewjvveMxpvMUeJYMAnqj/mxH3rnFMpQr0=
github.com/sysdiglabs/agent-kilt/runtimes/cloudformation v0.0.0-20231124134841-96a4feb9adb9/go.mod h1:ISt5TFdTW97q10cNZt3gpv8ejVSCuDrJGAu4CNZJcFw=
github.com/sysdiglabs/agent-kilt/runtimes/cloudformation v0.0.0-20231207110334-1d6c07239b4c h1:hCF6/JBSV0ovF9RfMKMUiROeNzlLtnMWjW5MSbcwA2Q=
github.com/sysdiglabs/agent-kilt/runtimes/cloudformation v0.0.0-20231207110334-1d6c07239b4c/go.mod h1:iJjZCFs4hKceZHVCFFfU+s46VfBfST6L6/oB4aHzu1s=
github.com/sysdiglabs/agent-kilt/runtimes/cloudformation v0.0.0-20240201123620-2272de6dee9f h1:AJSUyLqKhSW+wrMnHcg2+8j/KG2++KwbRKzl+gwz6vk=
github.com/sysdiglabs/agent-kilt/runtimes/cloudformation v0.0.0-20240201123620-2272de6dee9f/go.mod h1:iJjZCFs4hKceZHVCFFfU+s46VfBfST6L6/oB4aHzu1s=
github.com/urfave/cli v1.22.12/go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8=
Expand Down Expand Up @@ -312,8 +304,6 @@ golang.org/x/sys v0.0.0-20220906165534-d0df966e6959/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s=
golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand Down
Loading

0 comments on commit d0b8aa6

Please sign in to comment.