diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ require ( github.com/sirupsen/logrus v1.9.2 github.com/spf13/pflag v1.0.5 github.com/valyala/fasthttp v1.47.0 + github.com/valyala/quicktemplate v1.7.0 golang.org/x/crypto v0.8.0 gorm.io/driver/mysql v1.5.1 gorm.io/driver/postgres v1.5.2 |