mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 13:12:25 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
4
vendor/modernc.org/cc/v3/scanner.go
generated
vendored
4
vendor/modernc.org/cc/v3/scanner.go
generated
vendored
|
|
@ -1178,10 +1178,6 @@ func (c *ppCache) getFile(ctx *context, name string, sys bool, doNotCache bool)
|
|||
|
||||
size := int(fi.Size())
|
||||
if !filepath.IsAbs(name) { // Never cache relative paths
|
||||
if isTesting {
|
||||
panic(internalError())
|
||||
}
|
||||
|
||||
f, err := ctx.openFile(name, sys)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue