summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2022-10-11 11:08:26 -0700
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2022-10-11 13:36:29 -0500
commit50c3eca33288b9e27d576dbd04ba6013029a1806 (patch)
treec2cc5f90fd7b4e9cfee760db5088fd3f136c4133 /go.mod
parent32bd0bd950739ca048d10783a7617e317c8b9419 (diff)
downloadthrift-50c3eca33288b9e27d576dbd04ba6013029a1806.tar.gz
Fix go.mod
Partially revert 32bd0bd950739ca048d10783a7617e317c8b9419.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 86ded1fcd..2d3d1c662 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module github.com/apache/thrift
-go 1.19.2
+go 1.18
require github.com/golang/mock v1.5.0