mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 15:42:27 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
15
vendor/github.com/goccy/go-json/internal/decoder/option.go
generated
vendored
15
vendor/github.com/goccy/go-json/internal/decoder/option.go
generated
vendored
|
|
@ -1,15 +0,0 @@
|
|||
package decoder
|
||||
|
||||
import "context"
|
||||
|
||||
type OptionFlags uint8
|
||||
|
||||
const (
|
||||
FirstWinOption OptionFlags = 1 << iota
|
||||
ContextOption
|
||||
)
|
||||
|
||||
type Option struct {
|
||||
Flags OptionFlags
|
||||
Context context.Context
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue