mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Update prometheus instrumentation library to include fix for building
for linux/arm and linux/386 platforms.
This commit is contained in:
parent
e9f74de68d
commit
105e111284
20
Godeps/Godeps.json
generated
20
Godeps/Godeps.json
generated
@ -164,28 +164,28 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/client_golang/_vendor/goautoneg",
|
||||
"Comment": "0.1.0-9-g52186fc",
|
||||
"Rev": "52186fc518809dc9a56502348751e353866b2059"
|
||||
"Comment": "0.1.0-11-gc70db11",
|
||||
"Rev": "c70db11f1ee77a34066aa41345dca4b105c2ed06"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/client_golang/_vendor/perks/quantile",
|
||||
"Comment": "0.1.0-9-g52186fc",
|
||||
"Rev": "52186fc518809dc9a56502348751e353866b2059"
|
||||
"Comment": "0.1.0-11-gc70db11",
|
||||
"Rev": "c70db11f1ee77a34066aa41345dca4b105c2ed06"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/client_golang/model",
|
||||
"Comment": "0.1.0-9-g52186fc",
|
||||
"Rev": "52186fc518809dc9a56502348751e353866b2059"
|
||||
"Comment": "0.1.0-11-gc70db11",
|
||||
"Rev": "c70db11f1ee77a34066aa41345dca4b105c2ed06"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/client_golang/prometheus",
|
||||
"Comment": "0.1.0-9-g52186fc",
|
||||
"Rev": "52186fc518809dc9a56502348751e353866b2059"
|
||||
"Comment": "0.1.0-11-gc70db11",
|
||||
"Rev": "c70db11f1ee77a34066aa41345dca4b105c2ed06"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/client_golang/text",
|
||||
"Comment": "0.1.0-9-g52186fc",
|
||||
"Rev": "52186fc518809dc9a56502348751e353866b2059"
|
||||
"Comment": "0.1.0-11-gc70db11",
|
||||
"Rev": "c70db11f1ee77a34066aa41345dca4b105c2ed06"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/client_model/go",
|
||||
|
@ -11,7 +11,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build linux plan9 solaris
|
||||
// +build linux,cgo plan9,cgo solaris,cgo
|
||||
|
||||
package prometheus
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build !linux,!plan9,!solaris
|
||||
// +build !linux,!plan9,!solaris !cgo
|
||||
|
||||
package prometheus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user