mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
chore: fix dependabot alerts (#2851)
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
75c41ad380
commit
6ca9c66260
File diff suppressed because it is too large
Load Diff
@@ -430,7 +430,7 @@ func (e SortCriteria) String() string {
|
||||
return string(e)
|
||||
}
|
||||
|
||||
func (e *SortCriteria) UnmarshalGQL(v interface{}) error {
|
||||
func (e *SortCriteria) UnmarshalGQL(v any) error {
|
||||
str, ok := v.(string)
|
||||
if !ok {
|
||||
return fmt.Errorf("enums must be strings")
|
||||
|
||||
@@ -2,7 +2,7 @@ package search
|
||||
|
||||
// This file will be automatically regenerated based on the schema, any resolver implementations
|
||||
// will be copied through when generating and any unknown code will be moved to the end.
|
||||
// Code generated by github.com/99designs/gqlgen version v0.17.60
|
||||
// Code generated by github.com/99designs/gqlgen version v0.17.61
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
Reference in New Issue
Block a user