Skip to content

Commit

Permalink
chore(deps): update module github.com/siemens/wfx to v0.3.3
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 Dec 23, 2024
1 parent f9825d6 commit 5af1cbb
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 @@ -6,7 +6,7 @@ go 1.23.0

require (
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/siemens/wfx v0.3.2
github.com/siemens/wfx v0.3.3
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 @@ -5,7 +5,7 @@ replace github.com/siemens/wfx => ../../..
go 1.23.0

require (
github.com/siemens/wfx v0.3.2
github.com/siemens/wfx v0.3.3
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.23.0

require github.com/siemens/wfx v0.3.2
require github.com/siemens/wfx v0.3.3

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

0 comments on commit 5af1cbb

Please sign in to comment.