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

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 => ../../../