We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c3264 commit c97efdfCopy full SHA for c97efdf
go.mod
@@ -38,4 +38,7 @@ require (
38
github.com/subosito/gotenv v1.2.0 // indirect
39
)
40
41
-replace github.com/apache/thrift => github.com/ridv/thrift v0.13.2
+replace (
42
+ github.com/apache/thrift => github.com/ridv/thrift v0.13.2
43
+ google.golang.org/genproto => google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97
44
+)
0 commit comments