blob: 41cccc3e2fed71f65368e82659ab1922b0c74d14 [file] [log] [blame]
Yuxuan 'fishy' Wang3761f002021-03-25 15:41:53 -07001module github.com/apache/thrift/lib/go/test/fuzz
2
Yuxuan 'fishy' Wang79c56022023-06-23 09:29:25 -07003go 1.20
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)