siyul-park / uniflow

A high-performance, extremely flexible, and easily extensible universal workflow engine.
MIT License
42 stars 5 forks source link

fix(deps): update module go.mongodb.org/mongo-driver to v1.15.1 #145

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.mongodb.org/mongo-driver v1.15.0 -> v1.15.1 age adoption passing confidence

Release Notes

mongodb/mongo-go-driver (go.mongodb.org/mongo-driver) ### [`v1.15.1`](https://togithub.com/mongodb/mongo-go-driver/compare/v1.15.0...v1.15.1) [Compare Source](https://togithub.com/mongodb/mongo-go-driver/compare/v1.15.0...v1.15.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: cmd/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/siyul-park/uniflow v0.6.0
go: downloading github.com/jedib0t/go-pretty/v6 v6.5.9
go: downloading github.com/xiatechs/jsonata-go v1.8.7
go: downloading github.com/siyul-park/uniflow/plugin v0.6.0
go: downloading github.com/spf13/viper v1.19.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading golang.org/x/sys v0.21.0
go: downloading github.com/goccy/go-json v0.10.3
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/andybalholm/brotli v1.1.0
go: downloading github.com/gorilla/websocket v1.5.1
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.6.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/cast v1.6.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/ncruces/go-strftime v0.1.9
go: downloading github.com/dop251/goja v0.0.0-20240516125602-ccbae20bcec2
go: downloading github.com/evanw/esbuild v0.21.4
go: downloading golang.org/x/net v0.26.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.2.2
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/google/pprof v0.0.0-20240528025155-186aa0362fba
go: downloading github.com/go-sourcemap/sourcemap v2.1.4+incompatible
go: downloading go.uber.org/multierr v1.11.0
go: github.com/siyul-park/uniflow/cmd/cli imports
    github.com/siyul-park/uniflow/pkg/spec: cannot find module providing package github.com/siyul-park/uniflow/pkg/spec
go: github.com/siyul-park/uniflow/cmd/cli imports
    github.com/siyul-park/uniflow/pkg/store: cannot find module providing package github.com/siyul-park/uniflow/pkg/store
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.93%. Comparing base (f2fc8bb) to head (60e2583).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## ========================================== - Coverage 75.94% 75.93% -0.02% ========================================== Files 122 122 Lines 7915 7915 ========================================== - Hits 6011 6010 -1 - Misses 1314 1315 +1 Partials 590 590 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.