File tree Expand file tree Collapse file tree 6 files changed +1938
-0
lines changed
internal/catalogd/graphql Expand file tree Collapse file tree 6 files changed +1938
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ require (
135135 github.com/gorilla/mux v1.8.1 // indirect
136136 github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
137137 github.com/gosuri/uitable v0.0.4 // indirect
138+ github.com/graphql-go/graphql v0.8.1 // indirect
138139 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
139140 github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0 // indirect
140141 github.com/h2non/filetype v1.1.3 // indirect
Original file line number Diff line number Diff line change @@ -261,6 +261,8 @@ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5T
261261github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 /go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA =
262262github.com/gosuri/uitable v0.0.4 h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY =
263263github.com/gosuri/uitable v0.0.4 /go.mod h1:tKR86bXuXPZazfOTG1FIzvjIdXzd0mo4Vtn16vt0PJo =
264+ github.com/graphql-go/graphql v0.8.1 h1:p7/Ou/WpmulocJeEx7wjQy611rtXGQaAcXGqanuMMgc =
265+ github.com/graphql-go/graphql v0.8.1 /go.mod h1:nKiHzRM0qopJEwCITUuIsxk9PlVlwIiiI8pnJEhordQ =
264266github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA =
265267github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 /go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA =
266268github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99 h1:JYghRBlGCZyCF2wNUJ8W0cwaQdtpcssJ4CgC406g+WU =
You can’t perform that action at this time.
0 commit comments