Skip to content

Commit 01cd644

Browse files
committed
add testing package for ec disallowed packages in go.mod
1 parent a9c9a4e commit 01cd644

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

go.mod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ require (
6363
knative.dev/pkg v0.0.0-20230320014357-4c84b1b51ee8
6464
sigs.k8s.io/controller-runtime v0.16.3
6565
sigs.k8s.io/yaml v1.4.0
66+
67+
//testing for ec disallowed packages
68+
github.com/hashicorp/terraform v1.6.0
69+
github.com/hashicorp/consul v1.17.0
70+
github.com/hashicorp/vault v1.15.0
71+
//github.com/hashicorp/vagrant v2.3.7
72+
github.com/hashicorp/nomad v1.6.2
73+
github.com/hashicorp/packer v1.9.4
74+
github.com/hashicorp/waypoint v0.11.4
75+
github.com/hashicorp/boundary v0.13.1
76+
github.com/hashicorp/vault-csi-provider v1.4.0
77+
github.com/hashicorp/vault-secrets-operator v0.2.0
6678
)
6779

6880
replace (

0 commit comments

Comments
 (0)