diff options
Diffstat (limited to 'fun/tvl-ebooks/go.mod')
-rw-r--r-- | fun/tvl-ebooks/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fun/tvl-ebooks/go.mod b/fun/tvl-ebooks/go.mod new file mode 100644 index 000000000000..154fbf8216ef --- /dev/null +++ b/fun/tvl-ebooks/go.mod @@ -0,0 +1,8 @@ +module github.com/benjojo/tvl-ebooks + +go 1.14 + +require ( + github.com/go-redis/redis v6.15.9+incompatible + gopkg.in/irc.v3 v3.1.3 +) |