Remove Consul Dependency

It seems like consul is not required any longer
This commit is contained in:
Sebastian Serth
2023-06-23 22:38:24 +02:00
parent 01dae3150e
commit 21d7388c31

8
go.mod
View File

@ -16,12 +16,8 @@ require (
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )
replace ( // Nomad is not compatible with newer versions of HCLv2 yet.
// Consul is used by Nomad, but rather in an old version v1.7.8 with security issues. replace github.com/hashicorp/hcl/v2 => github.com/hashicorp/hcl/v2 v2.9.2-0.20220525143345-ab3cae0737bc
github.com/hashicorp/consul => github.com/hashicorp/consul v1.15.3
// Nomad is not compatible with newer versions of HCLv2 yet.
github.com/hashicorp/hcl/v2 => github.com/hashicorp/hcl/v2 v2.9.2-0.20220525143345-ab3cae0737bc
)
require ( require (
github.com/agext/levenshtein v1.2.3 // indirect github.com/agext/levenshtein v1.2.3 // indirect