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:
James Shubin
2024-09-03 20:26:38 -04:00
parent c6e9175e3f
commit fd3a2a1f0f
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,8 @@
// additional permission if he deems it necessary to achieve the goals of this
// additional permission.
//go:build !noconsul
package resources
import (

View File

@@ -27,7 +27,7 @@
// additional permission if he deems it necessary to achieve the goals of this
// additional permission.
//go:build !root
//go:build !root || !noconsul
package resources