From dbd7b4807a6364630d43edf309eb4b43f4bb3658 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 18 Nov 2019 16:29:57 +0100 Subject: use statik to bundle assets, add nix-shell/lorri .envrc --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 20d2e152cc9f..c428ff3cb44f 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ require ( github.com/andygrunwald/go-gerrit v0.0.0-20190825170856-5959a9bf9ff8 github.com/gin-gonic/gin v1.4.0 github.com/google/go-querystring v1.0.0 // indirect + github.com/rakyll/statik v0.1.6 github.com/sirupsen/logrus v1.4.2 - github.com/urfave/cli v1.22.1 // indirect + github.com/urfave/cli v1.22.1 ) -- cgit 1.4.1