Skip to content

Commit

Permalink
chore(deps): update module flamingo.me/flamingo/v3 to v3.13.0 (#65)
Browse files Browse the repository at this point in the history
* chore(deps): update module flamingo.me/flamingo/v3 to v3.13.0

* chore(deps): upgrade mockery

* chore(deps): bump go in pipeline

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thorsten Essig <thorsten.essig@omnevo.net>
  • Loading branch information
renovate[bot] and tessig authored Feb 17, 2025
1 parent 2f364ad commit f74f6c1
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 134 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21', '1.*' ]
go: [ '1.23', '1.*' ]
name: Tests
steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ] # go 1.22 issues with generation
go: [ '1.23' ]
name: Static checks
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion application/mocks/form_handler_builder.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions application/mocks/form_handler_factory.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions domain/mocks/field_error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions domain/mocks/field_level.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion domain/mocks/field_validator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions domain/mocks/struct_level.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions domain/mocks/struct_validator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion domain/mocks/validator_provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module flamingo.me/form

go 1.22
go 1.23

toolchain go1.23.2
toolchain go1.24.0

require (
flamingo.me/dingo v0.2.10
flamingo.me/flamingo/v3 v3.11.0
flamingo.me/dingo v0.3.0
flamingo.me/flamingo/v3 v3.13.0
github.com/go-playground/form v3.1.4+incompatible
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.22.1
github.com/leebenson/conform v1.2.2
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down Expand Up @@ -47,18 +47,18 @@ require (
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rbcervilla/redisstore/v9 v9.0.0 // indirect
github.com/redis/go-redis/v9 v9.6.1 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/redis/go-redis/v9 v9.7.0 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
github.com/zemirco/memorystore v0.0.0-20160308183530-ecd57e5134f6 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/api v0.84.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
Expand Down
Loading

0 comments on commit f74f6c1

Please sign in to comment.