Update to use a consulent build tag instead of just ent (#5759)
This commit is contained in:
parent
ea6cbf01a5
commit
9c77f2c52a
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package config
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package config
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package config
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package consul
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package consul
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package consul
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package consul
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package consul
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package agent
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package structs
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !ent
|
||||
// +build !consulent
|
||||
|
||||
package sentinel
|
||||
|
||||
|
|
Loading…
Reference in New Issue