From 0b7ee395e832165b2e7726231cc12bb06b3bbe5b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 2 Aug 2020 11:58:44 -0700 Subject: fixes #1270 Move web page publication tool to main branch --- tools/pubrefman/go.mod | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/pubrefman/go.mod (limited to 'tools/pubrefman/go.mod') 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 +) -- cgit v1.2.3-70-g09d2