We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84aa93 commit ccbd556Copy full SHA for ccbd556
go.mod
@@ -5,6 +5,7 @@ go 1.22.7
5
toolchain go1.23.5
6
7
require (
8
+ github.com/apache/thrift v0.21.0
9
github.com/gogo/googleapis v1.4.1
10
github.com/gogo/protobuf v1.3.2
11
github.com/stretchr/testify v1.10.0
@@ -14,7 +15,6 @@ require (
14
15
)
16
17
- github.com/apache/thrift v0.21.0 // indirect
18
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
19
github.com/kr/text v0.2.0 // indirect
20
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
0 commit comments