aboutsummaryrefslogtreecommitdiff
path: root/tools/pubrefman/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pubrefman/go.mod')
-rw-r--r--tools/pubrefman/go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/pubrefman/go.mod b/tools/pubrefman/go.mod
new file mode 100644
index 00000000..b181f172
--- /dev/null
+++ b/tools/pubrefman/go.mod
@@ -0,0 +1,11 @@
+module go.nanomsg.org/nng/pubrefman
+
+go 1.14
+
+require (
+ github.com/bytesparadise/libasciidoc v0.3.1-0.20200802124845-5dcda3220c31
+ github.com/go-git/go-billy/v5 v5.0.0
+ github.com/go-git/go-git/v5 v5.1.0
+ github.com/google/uuid v1.1.1
+ github.com/spf13/jwalterweatherman v1.0.0
+)