aboutsummaryrefslogtreecommitdiff
path: root/tools/rbcrun/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbcrun/go.mod')
-rw-r--r--tools/rbcrun/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/rbcrun/go.mod b/tools/rbcrun/go.mod
new file mode 100644
index 0000000000..a029eb4ec2
--- /dev/null
+++ b/tools/rbcrun/go.mod
@@ -0,0 +1,10 @@
+module rbcrun
+
+require (
+ github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
+ go.starlark.net v0.0.0-20201006213952-227f4aabceb5
+)
+
+replace go.starlark.net => ../../../../external/starlark-go
+
+go 1.15