Skip to content

Commit ccbd556

Browse files
committed
fix
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent c84aa93 commit ccbd556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.22.7
55
toolchain go1.23.5
66

77
require (
8+
github.com/apache/thrift v0.21.0
89
github.com/gogo/googleapis v1.4.1
910
github.com/gogo/protobuf v1.3.2
1011
github.com/stretchr/testify v1.10.0
@@ -14,7 +15,6 @@ require (
1415
)
1516

1617
require (
17-
github.com/apache/thrift v0.21.0 // indirect
1818
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1919
github.com/kr/text v0.2.0 // indirect
2020
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

0 commit comments

Comments
 (0)