We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c9a4e commit 01cd644Copy full SHA for 01cd644
go.mod
@@ -63,6 +63,18 @@ require (
63
knative.dev/pkg v0.0.0-20230320014357-4c84b1b51ee8
64
sigs.k8s.io/controller-runtime v0.16.3
65
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
78
)
79
80
replace (
0 commit comments