Skip to content

Commit c97efdf

Browse files
resolve version conflicts
1 parent f2c3264 commit c97efdf

File tree

2 files changed

+663
-45
lines changed

2 files changed

+663
-45
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ require (
3838
github.com/subosito/gotenv v1.2.0 // indirect
3939
)
4040

41-
replace github.com/apache/thrift => github.com/ridv/thrift v0.13.2
41+
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

Comments
 (0)