mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
chore: fix dependabot alerts (#2268)
https://github.com/project-zot/zot/pull/2258 https://github.com/project-zot/zot/pull/2259 https://github.com/project-zot/zot/pull/2260 https://github.com/project-zot/zot/pull/2261 https://github.com/project-zot/zot/pull/2262 https://github.com/project-zot/zot/pull/2263 https://github.com/project-zot/zot/pull/2264 https://github.com/project-zot/zot/pull/2265 https://github.com/project-zot/zot/pull/2266 https://github.com/project-zot/zot/pull/2267 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
4e5db84cb1
commit
565eca2609
@@ -264,6 +264,10 @@ type Platform struct {
|
||||
Arch *string `json:"Arch,omitempty"`
|
||||
}
|
||||
|
||||
// Queries supported by the zot server
|
||||
type Query struct {
|
||||
}
|
||||
|
||||
// A referrer is an object which has a reference to a another object
|
||||
type Referrer struct {
|
||||
// Referrer MediaType
|
||||
|
||||
@@ -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.41
|
||||
// Code generated by github.com/99designs/gqlgen version v0.17.44
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
Reference in New Issue
Block a user