use statik to bundle assets, add nix-shell/lorri .envrc

This commit is contained in:
Florian Klink 2019-11-18 16:29:57 +01:00
parent 987b539e33
commit dbd7b4807a
8 changed files with 67 additions and 3 deletions

3
go.mod
View file

@ -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
)