stash/vendor/github.com/Yamashou/gqlgenc/go.mod
WithoutPants 7a45943e8e
Stash box client interface (#751)
* 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
2020-09-17 19:57:18 +10:00

14 lines
409 B
Modula-2

module github.com/Yamashou/gqlgenc
go 1.14
require (
github.com/99designs/gqlgen v0.12.2
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/google/go-cmp v0.5.2
github.com/pkg/errors v0.9.1 // indirect
github.com/vektah/gqlparser/v2 v2.0.1
golang.org/x/tools v0.0.0-20200827163409-021d7c6f1ec3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/yaml.v2 v2.3.0
)