Skip to content

Commit

Permalink
build(deps): bump github.com/flc1125/go-cron/v4 to 4.2.0 (#377)
Browse files Browse the repository at this point in the history
* build(deps): bump github.com/flc1125/go-cron/v4 from 4.1.0 to 4.2.0

Bumps [github.com/flc1125/go-cron/v4](https://github.com/flc1125/go-cron) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/flc1125/go-cron/releases)
- [Commits](flc1125/go-cron@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: github.com/flc1125/go-cron/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* refactor(test): remove redundant assertion in maps_test.go

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Flc <[email protected]>
  • Loading branch information
dependabot[bot] and flc1125 authored Dec 6, 2024
1 parent bc1990d commit 1d699dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ require (
github.com/cheggaaa/pb/v3 v3.1.5
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.18.0
github.com/flc1125/go-cron/v4 v4.1.0
github.com/flc1125/go-cron/v4 v4.2.0
github.com/gin-gonic/gin v1.10.0
github.com/go-chi/chi/v5 v5.1.0
github.com/go-kratos/kratos/v2 v2.8.2
github.com/google/uuid v1.6.0
github.com/redis/go-redis/v9 v9.7.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
github.com/vmihailenco/msgpack/v5 v5.4.1
go.opentelemetry.io/contrib/instrumentation/host v0.57.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.57.0
Expand Down
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6
github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4=
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
github.com/flc1125/go-cron/v4 v4.1.0 h1:ZK9QW7AMhHKWfQnBeKVx9RHQVTq4Xxb7Oz5lD9daPEM=
github.com/flc1125/go-cron/v4 v4.1.0/go.mod h1:EY1FuUzWUfdWkm29wY2a1s3hVwSKKpWT/jU8u0MI4A8=
github.com/flc1125/go-cron/v4 v4.2.0 h1:ANEabIn3T+D3qtys1hw7YQdCl0luV1kvizzTU++uc5o=
github.com/flc1125/go-cron/v4 v4.2.0/go.mod h1:v4TaT/PnWM2VMgGRYMPVtKYdabKkUUNTm+3uIYR22sA=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
Expand Down Expand Up @@ -146,8 +146,9 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU=
github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY=
github.com/tklauser/numcpus v0.9.0 h1:lmyCHtANi8aRUgkckBgoDk1nHCux3n2cgkJLXdQGPDo=
Expand Down
1 change: 0 additions & 1 deletion maps/maps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func TestM(t *testing.T) {
}())

assert.Equal(t, maps, maps.Clone())
assert.NotSame(t, maps, maps.Clone())

assert.Equal(t, map[string]any{"name": "Flc", "age": 21}, maps.Maps())
assert.Equal(t, map[string]any{"name": "Flc", "age": 21}, maps.All())
Expand Down

0 comments on commit 1d699dc

Please sign in to comment.