mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-05 14:11:02 +00:00
Add prometheus dependencies
This commit is contained in:
parent
dab29e7267
commit
8d06835a8d
664 changed files with 130463 additions and 120147 deletions
3
vendor/golang.org/x/sys/unix/constants.go
generated
vendored
3
vendor/golang.org/x/sys/unix/constants.go
generated
vendored
|
@ -2,7 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
|
||||
//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos
|
||||
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos
|
||||
|
||||
package unix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue