Pārlūkot izejas kodu

fix(services): need to import google api http options or may have resolve issue

ngjaying 3 gadi atpakaļ
vecāks
revīzija
fd605b0758
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      services/schema.go

+ 1 - 0
services/schema.go

@@ -10,6 +10,7 @@ import (
 	"github.com/jhump/protoreflect/desc"
 	"github.com/jhump/protoreflect/desc/protoparse"
 	"github.com/jhump/protoreflect/dynamic"
+	_ "google.golang.org/genproto/googleapis/api/annotations"
 	"sync"
 )