mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 14:26:44 +01: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
12 lines
323 B
Modula-2
12 lines
323 B
Modula-2
module github.com/vektah/gqlparser/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.0.1
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/tools v0.0.0-20190125232054-d66bd3c5d5a6
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|