Add access review dependencies and enum tests

Add go-vcr dependency, dev config for new providers,
connector service changes for access review, connect
schema updates, and unit tests for enum Scan/Value.

Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
This commit is contained in:
Aurélien Sibiril
2026-04-02 11:52:27 +02:00
parent b396359162
commit ff20b383d9
14 changed files with 735 additions and 42 deletions

2
go.mod
View File

@@ -45,6 +45,7 @@ require (
golang.org/x/oauth2 v0.35.0
golang.org/x/sync v0.20.0
google.golang.org/api v0.269.0
gopkg.in/dnaeon/go-vcr.v4 v4.0.6
gopkg.in/yaml.v3 v3.0.1
)
@@ -70,6 +71,7 @@ require (
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
)