summaryrefslogtreecommitdiff
path: root/lib/go/test/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/go/test/go.mod')
-rw-r--r--lib/go/test/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod
new file mode 100644
index 000000000..37814e060
--- /dev/null
+++ b/lib/go/test/go.mod
@@ -0,0 +1,10 @@
+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 => ../../../