diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
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 ) |