-
Notifications
You must be signed in to change notification settings - Fork 32
/
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: