diff options
Diffstat (limited to 'internal/postgres/insert_module.go')
| -rw-r--r-- | internal/postgres/insert_module.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/postgres/insert_module.go b/internal/postgres/insert_module.go index 05e10375..b348ae5f 100644 --- a/internal/postgres/insert_module.go +++ b/internal/postgres/insert_module.go @@ -71,6 +71,7 @@ var skipSymbols = map[string]bool{ "github.com/gardener/gardener": true, "github.com/gyliu513/okd-origin": true, "github.com/tombuildsstuff/azure-sdk-for-go": true, + "github.com/cdktf/cdktf-provider-google-go/google/v16": true, } // saveModule inserts a Module into the database along with its packages, |
