From 71288e85afbfc7ac12d5060feb1d29aa139513d6 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 16 四月 2024 20:47:10 +0800 Subject: [PATCH] 增加月度统计库存定时任务,统计期初数量,出入库数量,期末数量 --- go.mod | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/go.mod b/go.mod index 596b730..3d1b8cc 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/gin-gonic/gin v1.9.0 github.com/golang-jwt/jwt/v4 v4.5.0 - github.com/google/uuid v1.3.1 + github.com/google/uuid v1.4.0 github.com/huichen/sego v0.0.0-20210824061530-c87651ea5c76 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/nsqio/go-nsq v1.1.0 @@ -62,6 +62,7 @@ github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/gabriel-vasile/mimetype v1.4.2 // indirect github.com/gin-contrib/sse v0.1.0 // indirect + github.com/go-co-op/gocron v1.37.0 // indirect github.com/go-ini/ini v1.67.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect @@ -104,6 +105,7 @@ github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect github.com/richardlehane/mscfb v1.0.4 // indirect github.com/richardlehane/msoleps v1.0.3 // indirect + github.com/robfig/cron/v3 v3.0.1 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/spf13/afero v1.9.3 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect -- Gitblit v1.8.0