mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-05-11 03:40:28 +02:00
build(deps): bump the gomod-backward-compatible group with 5 updates
Bumps the gomod-backward-compatible group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) | `2.19.1` | `2.21.1` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.37` | `1.14.42` | | [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.3.0` | `1.4.0` | | [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.7.0` | `3.8.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.48.0` | `0.50.0` | Updates `github.com/go-co-op/gocron/v2` from 2.19.1 to 2.21.1 - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](https://github.com/go-co-op/gocron/compare/v2.19.1...v2.21.1) Updates `github.com/mattn/go-sqlite3` from 1.14.37 to 1.14.42 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.37...v1.14.42) Updates `github.com/oapi-codegen/runtime` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](https://github.com/oapi-codegen/runtime/compare/v1.3.0...v1.4.0) Updates `github.com/urfave/cli/v3` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v3.7.0...v3.8.0) Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0 - [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0) --- updated-dependencies: - dependency-name: github.com/go-co-op/gocron/v2 dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: github.com/oapi-codegen/runtime dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: github.com/urfave/cli/v3 dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -10,18 +10,18 @@ tool (
|
||||
require (
|
||||
github.com/brianvoe/gofakeit/v7 v7.14.1
|
||||
github.com/go-chi/chi/v5 v5.2.5
|
||||
github.com/go-co-op/gocron/v2 v2.19.1
|
||||
github.com/go-co-op/gocron/v2 v2.21.1
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1
|
||||
github.com/google/martian/v3 v3.3.3
|
||||
github.com/mattn/go-sqlite3 v1.14.37
|
||||
github.com/oapi-codegen/runtime v1.3.0
|
||||
github.com/mattn/go-sqlite3 v1.14.42
|
||||
github.com/oapi-codegen/runtime v1.4.0
|
||||
github.com/stretchr/testify v1.11.1
|
||||
github.com/tidwall/gjson v1.18.0
|
||||
github.com/tidwall/sjson v1.2.5
|
||||
github.com/tus/tusd/v2 v2.9.2
|
||||
github.com/urfave/cli/v3 v3.7.0
|
||||
github.com/urfave/cli/v3 v3.8.0
|
||||
github.com/wneessen/go-mail v0.7.2
|
||||
golang.org/x/crypto v0.48.0
|
||||
golang.org/x/crypto v0.50.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -82,12 +82,12 @@ require (
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
go.uber.org/zap v1.27.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
|
||||
golang.org/x/mod v0.32.0 // indirect
|
||||
golang.org/x/net v0.51.0 // indirect
|
||||
golang.org/x/sync v0.19.0 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
golang.org/x/tools v0.41.0 // indirect
|
||||
golang.org/x/mod v0.34.0 // indirect
|
||||
golang.org/x/net v0.52.0 // indirect
|
||||
golang.org/x/sync v0.20.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
golang.org/x/tools v0.43.0 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
|
||||
google.golang.org/grpc v1.79.3 // indirect
|
||||
|
||||
Reference in New Issue
Block a user