engine: resources: Make consul optional
Licensing has made this non-free. Let's put that behind a build tag for now, and remove it entirely if no suitable libre replacement is found.
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
// additional permission if he deems it necessary to achieve the goals of this
|
// additional permission if he deems it necessary to achieve the goals of this
|
||||||
// additional permission.
|
// additional permission.
|
||||||
|
|
||||||
|
//go:build !noconsul
|
||||||
|
|
||||||
package resources
|
package resources
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// additional permission if he deems it necessary to achieve the goals of this
|
// additional permission if he deems it necessary to achieve the goals of this
|
||||||
// additional permission.
|
// additional permission.
|
||||||
|
|
||||||
//go:build !root
|
//go:build !root || !noconsul
|
||||||
|
|
||||||
package resources
|
package resources
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user