summaryrefslogtreecommitdiff
path: root/test/go/go.mod
blob: 245dd2ea1b3f9dad2896767c1f891486b66432a0 (plain)
1
2
3
4
5
6
7
8
9
10
module github.com/apache/thrift/test/go

go 1.19

require (
	github.com/apache/thrift v0.0.0-00010101000000-000000000000
	github.com/golang/mock v1.6.0
)

replace github.com/apache/thrift => ../../