Skip to content

Commit

Permalink
fix(deps): update module github.com/siemens/wfx to v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and michaeladler committed Jul 10, 2024
1 parent 9545594 commit dcc0121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/config-deployment/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.22.5
require (
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/go-openapi/strfmt v0.23.0
github.com/siemens/wfx v0.3.0
github.com/siemens/wfx v0.3.1
github.com/spf13/pflag v1.0.5
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/remote-access/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.22.5

require (
github.com/go-openapi/strfmt v0.23.0
github.com/siemens/wfx v0.3.0
github.com/siemens/wfx v0.3.1
github.com/spf13/pflag v1.0.5
)

Expand Down
2 changes: 1 addition & 1 deletion example/plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ replace github.com/siemens/wfx => ../..

go 1.22.5

require github.com/siemens/wfx v0.3.0
require github.com/siemens/wfx v0.3.1

require github.com/google/flatbuffers v24.3.25+incompatible // indirect

0 comments on commit dcc0121

Please sign in to comment.