blob: c9ef373fcdebfad40d5824b2afa26ea2a11f000a [file] [log] [blame]
Yuxuan 'fishy' Wang3761f002021-03-25 15:41:53 -07001module github.com/apache/thrift/lib/go/test/fuzz
2
Yuxuan 'fishy' Wang3f9b7d02022-08-02 11:31:14 -07003go 1.18
Yuxuan 'fishy' Wang3761f002021-03-25 15:41:53 -07004
5replace github.com/apache/thrift => ../../../../
6
7replace shared => ./gen-go/shared
8
9replace tutorial => ./gen-go/tutorial
Yuxuan 'fishy' Wanga2652362021-08-04 09:07:53 -070010
11require (
12 github.com/apache/thrift v0.0.0-00010101000000-000000000000
13 shared v0.0.0-00010101000000-000000000000
14 tutorial v0.0.0-00010101000000-000000000000
15)