mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 14:52:30 -05:00
[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
This commit is contained in:
parent
d8d5818b47
commit
b344c2c8f4
84 changed files with 127892 additions and 111380 deletions
4
vendor/modernc.org/memory/mmap_unix.go
generated
vendored
4
vendor/modernc.org/memory/mmap_unix.go
generated
vendored
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue