11 lines
205 B
Modula-2
11 lines
205 B
Modula-2
module github.com/apache/thrift/lib/go/test
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/apache/thrift v0.0.0-00010101000000-000000000000
|
|
github.com/golang/mock v1.6.0
|
|
)
|
|
|
|
replace github.com/apache/thrift => ../../../
|