add graphql

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-06-11 20:45:45 +03:00
parent 55fa1ee403
commit 6d17a74ffb
16 changed files with 8494 additions and 48 deletions

4
go.mod
View File

@@ -5,17 +5,17 @@ go 1.20
require (
github.com/danielvladco/go-proto-gql v0.10.0
github.com/fatih/structtag v1.2.0
github.com/jhump/protoreflect v1.7.1
github.com/vektah/gqlparser/v2 v2.5.1
go.unistack.org/micro-proto/v3 v3.4.1
golang.org/x/tools v0.11.0
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/jhump/protoreflect v1.7.1 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect