Yuxuan 'fishy' Wang | b71f11e | 2021-03-22 15:01:00 -0700 | [diff] [blame] | 1 | module github.com/apache/thrift |
| 2 | |
Yuxuan 'fishy' Wang | 50c3eca | 2022-10-11 11:08:26 -0700 | [diff] [blame] | 3 | go 1.18 |
Yuxuan 'fishy' Wang | b71f11e | 2021-03-22 15:01:00 -0700 | [diff] [blame] | 4 | |
Yuxuan 'fishy' Wang | 19c13b4 | 2022-10-12 14:13:15 -0700 | [diff] [blame^] | 5 | require github.com/golang/mock v1.6.0 |
| 6 | |
| 7 | require ( |
| 8 | golang.org/x/mod v0.4.2 // indirect |
| 9 | golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect |
| 10 | golang.org/x/tools v0.1.1 // indirect |
| 11 | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| 12 | ) |