-
- Downloads
better error logging, fix parent field checking in image update
... | @@ -5,7 +5,7 @@ go 1.16 | ... | @@ -5,7 +5,7 @@ go 1.16 |
require ( | require ( | ||
github.com/bwmarrin/snowflake v0.3.0 | github.com/bwmarrin/snowflake v0.3.0 | ||
github.com/fsnotify/fsnotify v1.4.9 | github.com/fsnotify/fsnotify v1.4.9 | ||
github.com/gin-gonic/gin v1.7.2 | github.com/gin-gonic/gin v1.7.4 | ||
github.com/gopherjs/gopherjs v0.0.0-20210901121439-eee08aaf2717 | github.com/gopherjs/gopherjs v0.0.0-20210901121439-eee08aaf2717 | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/sirupsen/logrus v1.8.1 | github.com/sirupsen/logrus v1.8.1 | ||
... | ... |
Please register or sign in to comment