mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
* Add gql client generation files * Update dependencies * Add stash-box client generation to the makefile * Move scraped scene object matchers to models * Add stash-box to scrape with dropdown * Add scrape scene from fingerprint in UI
11 lines
345 B
Go
11 lines
345 B
Go
package cmd
|
|
|
|
import (
|
|
// Import and ignore the ambient imports listed below so dependency managers
|
|
// don't prune unused code for us. Both lists should be kept in sync.
|
|
_ "github.com/99designs/gqlgen/graphql"
|
|
_ "github.com/99designs/gqlgen/graphql/introspection"
|
|
_ "github.com/vektah/gqlparser/v2"
|
|
_ "github.com/vektah/gqlparser/v2/ast"
|
|
)
|