blob: 37814e060fded54f09dae6a4a5541f6fe3509cfa [file] [log] [blame]
Yuxuan 'fishy' Wange8353cb2022-10-28 10:29:25 -07001module github.com/apache/thrift/lib/go/test
2
3go 1.18
4
5require (
6 github.com/apache/thrift v0.0.0-00010101000000-000000000000
7 github.com/golang/mock v1.6.0
8)
9
10replace github.com/apache/thrift => ../../../