-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.depguard.yml
32 lines (32 loc) · 888 Bytes
/
.depguard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Main:
files:
- $all
- "!$test"
allow:
- $gostd
- github.com/aws/aws-sdk-go-v2/aws
- github.com/aws/aws-sdk-go-v2/config
- github.com/aws/aws-sdk-go-v2/service/iam
- github.com/awslabs/goformation/v7/cloudformation
- github.com/awslabs/goformation/v7/cloudformation/tags
- github.com/go-git/go-git/v5
- github.com/go-git/go-git/v5/plumbing
- github.com/gobeam/stringy
- github.com/google/go-github/v47/github
- github.com/hashicorp/hc-install/product
- github.com/hashicorp/hc-install/releases
- github.com/hashicorp/terraform-exec/tfexec
- github.com/jameswoolfenden/pike/src
- github.com/rs/zerolog
- github.com/rs/zerolog/log
- github.com/urfave/cli/v2
- sato/src/arm
- sato/src/cf
- sato/src/see
deny:
Test:
files:
- $test
allow:
- $gostd
deny: