From b344c2c8f4b2ef98effe2f19d70f63c5a835ba86 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:00:53 +0100 Subject: [chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) * [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0 --- vendor/modernc.org/memory/mmap_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/modernc.org/memory/mmap_unix.go') diff --git a/vendor/modernc.org/memory/mmap_unix.go b/vendor/modernc.org/memory/mmap_unix.go index d076ad031..93f9b820c 100644 --- a/vendor/modernc.org/memory/mmap_unix.go +++ b/vendor/modernc.org/memory/mmap_unix.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE-MMAP-GO file. -//go:build darwin || dragonfly || freebsd || linux || openbsd || solaris || netbsd -// +build darwin dragonfly freebsd linux openbsd solaris netbsd +//go:build darwin || dragonfly || freebsd || linux || openbsd || (solaris && !illumos) || netbsd +// +build darwin dragonfly freebsd linux openbsd solaris,!illumos netbsd // Modifications (c) 2017 The Memory Authors. -- cgit v1.2.3