summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 08:10:55 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-09 08:10:55 +0000
commit345b765a46d7646f6597698a95cf0f3b1915448d (patch)
treee38a76109513c35a64e8f71a27facd81bc6f213d /vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go
parent[bugfix] return early in websocket upgrade handler (#1315) (diff)
downloadgotosocial-345b765a46d7646f6597698a95cf0f3b1915448d.tar.xz
[chore]: Bump golang.org/x/net from 0.4.0 to 0.5.0 (#1319)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go')
-rw-r--r--vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go
index e23c5394e..04aa43f41 100644
--- a/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go
+++ b/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build openbsd && !mips64
-// +build openbsd,!mips64
+//go:build openbsd
+// +build openbsd
package unix