mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 15:12:26 -05:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
2
vendor/codeberg.org/gruf/go-logger/logger.go
generated
vendored
2
vendor/codeberg.org/gruf/go-logger/logger.go
generated
vendored
|
|
@ -43,7 +43,7 @@ type Logger struct {
|
|||
|
||||
// New returns a new Logger instance with defaults
|
||||
func New(out io.Writer) *Logger {
|
||||
return NewWith(0 /* all */, true, NewLogFmt(false), 512, out)
|
||||
return NewWith(0 /* all */, true, DefaultTextFormat, 512, out)
|
||||
}
|
||||
|
||||
// NewWith returns a new Logger instance with supplied configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue