mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
Fix imports when building on macos (#2180)
Signed-off-by: Alessio Caiazza <nolith@abisso.org>
This commit is contained in:
parent
df7ea981f7
commit
ee17ba0fc0
@ -11,6 +11,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
//go:build !notherm
|
||||||
// +build !notherm
|
// +build !notherm
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
@ -46,7 +47,7 @@ import "C"
|
|||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/go-kit/kit/log"
|
"github.com/go-kit/log"
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user