blob: 66418812ff5fe919eafed83f46964da41f006036 [file] [log] [blame]
Yuxuan 'fishy' Wang3761f002021-03-25 15:41:53 -07001module github.com/apache/thrift/lib/go/test/fuzz
2
Yuxuan 'fishy' Wangb94eac72023-02-02 09:41:31 -08003go 1.19
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)