From 4dae45a68ff1ff32a251a5835b2a2723ae125d1c Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 21 Mar 2020 09:55:06 +1000 Subject: Restructured source code layout, Added rice support for templates and static assets --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 951e578..3c75e1a 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/wybiral/tube go 1.14 require ( + github.com/GeertJohan/go.rice v1.0.0 github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1 github.com/fsnotify/fsnotify v1.4.7 github.com/gorilla/feeds v1.1.1 @@ -10,7 +11,6 @@ require ( github.com/sirupsen/logrus v1.4.2 github.com/spf13/pflag v1.0.5 github.com/wybiral/feeds v1.1.1 - github.com/wybiral/torgo v0.0.0-20190413024533-a19a6c8a5048 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 golang.org/x/net v0.0.0-20190628185345-da137c7871d7 golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb -- cgit v1.2.3