aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-13 11:04:19 +0000
committerGitHub <noreply@github.com>2025-01-13 11:04:19 +0000
commitb74cf47d0d0bc22fe1058e8d27e9ebd493b744d0 (patch)
tree2c4b9d628eb5835435598ba603ff11a67bc5ce41 /go.mod
parent97e2c4480c49c37b5717fd4751d6cb8141cce077 (diff)
downloadx-b74cf47d0d0bc22fe1058e8d27e9ebd493b744d0.tar.xz
x-b74cf47d0d0bc22fe1058e8d27e9ebd493b744d0.zip
build(deps): bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1 (#640)
Bumps [github.com/robfig/cron/v3](https://github.com/robfig/cron) from 3.0.0 to 3.0.1. - [Commits](https://github.com/robfig/cron/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: github.com/robfig/cron/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 10d8ee5..4e719fc 100644
--- a/go.mod
+++ b/go.mod
@@ -57,7 +57,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3
github.com/redis/go-redis/v9 v9.5.3
- github.com/robfig/cron/v3 v3.0.0
+ github.com/robfig/cron/v3 v3.0.1
github.com/rodaine/table v1.2.0
github.com/rogpeppe/go-internal v1.12.0
github.com/rs/cors v1.11.0
@@ -68,7 +68,6 @@ require (
github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
github.com/twitchtv/twirp v8.1.3+incompatible
- github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c
github.com/whyrusleeping/go-did v0.0.0-20230824162731-404d1707d5d6
go.etcd.io/bbolt v1.3.10
go.jetpack.io/tyson v0.1.1
@@ -76,7 +75,6 @@ require (
golang.org/x/crypto v0.31.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sync v0.10.0
- golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
google.golang.org/grpc v1.64.1
gorm.io/gorm v1.25.10
gorm.io/plugin/prometheus v0.1.0
@@ -198,6 +196,7 @@ require (
github.com/valyala/fasthttp v1.52.0 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
+ github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect
@@ -210,6 +209,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/arch v0.6.0 // indirect
+ golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect