Yuxuan 'fishy' Wang | e8353cb | 2022-10-28 10:29:25 -0700 | [diff] [blame^] | 1 | module github.com/apache/thrift/lib/go/test |
2 | |||||
3 | go 1.18 | ||||
4 | |||||
5 | require ( | ||||
6 | github.com/apache/thrift v0.0.0-00010101000000-000000000000 | ||||
7 | github.com/golang/mock v1.6.0 | ||||
8 | ) | ||||
9 | |||||
10 | replace github.com/apache/thrift => ../../../ |