mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 14:28:07 -06:00
[chore]: Bump modernc.org/sqlite from 1.26.0 to 1.27.0 (#2339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
41435a6c4e
commit
28f85db30a
20 changed files with 526 additions and 143 deletions
12
vendor/modernc.org/libc/Makefile
generated
vendored
12
vendor/modernc.org/libc/Makefile
generated
vendored
|
|
@ -2,7 +2,7 @@
|
|||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
.PHONY: all bench build_all_targets clean cover cpu editor internalError later mem nuke todo edit devbench \
|
||||
.PHONY: all bench build_all_targets clean cover cpu editor internalError later mem nuke todo edit work devbench \
|
||||
darwin_amd64 \
|
||||
darwin_arm64 \
|
||||
linux_386 \
|
||||
|
|
@ -164,7 +164,7 @@ cpu: clean
|
|||
|
||||
edit:
|
||||
@touch log
|
||||
@if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile *.go & fi
|
||||
@if [ -f "Session.vim" ]; then novim -S & else novim -p Makefile libc.go & fi
|
||||
|
||||
editor:
|
||||
# go generate 2>&1 | tee log
|
||||
|
|
@ -189,3 +189,11 @@ todo:
|
|||
@grep -nr $(grep) BUG * | grep -v $(ngrep) || true
|
||||
@grep -nr $(grep) [^[:alpha:]]println * | grep -v $(ngrep) || true
|
||||
@grep -nir $(grep) 'work.*progress' || true
|
||||
|
||||
work:
|
||||
rm -f go.work*
|
||||
go work init
|
||||
go work use .
|
||||
go work use ../ccgo/v4
|
||||
go work use ../ccgo/v3
|
||||
go work use ../cc/v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue