Remove Consul Dependency
It seems like consul is not required any longer
This commit is contained in:
8
go.mod
8
go.mod
@ -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
|
||||||
|
Reference in New Issue
Block a user