aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/ipv4/sys_asmreq.go
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-05-09 13:19:12 -0500
committerGitHub <noreply@github.com>2019-05-09 13:19:12 -0500
commitf97f01c46cfde2ff97b5539b7964f3044c04947b (patch)
tree8029dd5630d8786f272aa127fe2c63ecced1b9c5 /vendor/golang.org/x/net/ipv4/sys_asmreq.go
parent78820098702e41929c84619720e19c89f8b2cdae (diff)
downloadprometheus_node_collector-1433885ddf8b0209cd197cff5a7b7f1e16777835.tar.bz2
prometheus_node_collector-1433885ddf8b0209cd197cff5a7b7f1e16777835.tar.xz
prometheus_node_collector-1433885ddf8b0209cd197cff5a7b7f1e16777835.zip
Update for 0.18.0 release (#1337)v0.18.0
* Update CHANGELOG for release. * Bump VERSION. * Update vendoring. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'vendor/golang.org/x/net/ipv4/sys_asmreq.go')
-rw-r--r--vendor/golang.org/x/net/ipv4/sys_asmreq.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/net/ipv4/sys_asmreq.go b/vendor/golang.org/x/net/ipv4/sys_asmreq.go
index 0388cba..c5eaafe 100644
--- a/vendor/golang.org/x/net/ipv4/sys_asmreq.go
+++ b/vendor/golang.org/x/net/ipv4/sys_asmreq.go
@@ -2,7 +2,7 @@
2// Use of this source code is governed by a BSD-style 2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file. 3// license that can be found in the LICENSE file.
4 4
5// +build darwin dragonfly freebsd netbsd openbsd solaris windows 5// +build aix darwin dragonfly freebsd netbsd openbsd solaris windows
6 6
7package ipv4 7package ipv4
8 8