Skip to content

Commit

Permalink
Update module github.com/whitaker-io/machine/v3 to v3.2.4 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent cbc414a commit 83f349f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edge/http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/whitaker-io/machine/edge/http

go 1.22.1

require github.com/whitaker-io/machine/v3 v3.2.3
require github.com/whitaker-io/machine/v3 v3.2.4

require github.com/whitaker-io/machine/common v0.1.1 // indirect
2 changes: 2 additions & 0 deletions edge/http/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ github.com/whitaker-io/machine/common v0.1.1 h1:6R+cpbh0wEcv6rJxrXuOqj6GDRBuFrj4
github.com/whitaker-io/machine/common v0.1.1/go.mod h1:EsCg9PCydROYr/JmFFMSlx5tzGY13BG86UF2prD1/5U=
github.com/whitaker-io/machine/v3 v3.2.3 h1:I+wRzswgpnp4cuZBIVOf/aW6NPBmcJx3Yb94W4yhrac=
github.com/whitaker-io/machine/v3 v3.2.3/go.mod h1:s8xvBOWv3LWffDQhVkJvyPQhFrD04tiVg0RDtrjqTzM=
github.com/whitaker-io/machine/v3 v3.2.4 h1:UDp9vIv8l/8OUZkV//j+XFfru2LiBQWe28MAPAONsv8=
github.com/whitaker-io/machine/v3 v3.2.4/go.mod h1:+CWz6FLMbzog+XP2jGjKxRGh2IoTEogf2xM6SznuVT0=
2 changes: 1 addition & 1 deletion edge/pubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.1

require (
cloud.google.com/go/pubsub v1.37.0
github.com/whitaker-io/machine/v3 v3.2.3
github.com/whitaker-io/machine/v3 v3.2.4
)

require (
Expand Down
2 changes: 2 additions & 0 deletions edge/pubsub/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ github.com/whitaker-io/machine/common v0.1.1 h1:6R+cpbh0wEcv6rJxrXuOqj6GDRBuFrj4
github.com/whitaker-io/machine/common v0.1.1/go.mod h1:EsCg9PCydROYr/JmFFMSlx5tzGY13BG86UF2prD1/5U=
github.com/whitaker-io/machine/v3 v3.2.3 h1:I+wRzswgpnp4cuZBIVOf/aW6NPBmcJx3Yb94W4yhrac=
github.com/whitaker-io/machine/v3 v3.2.3/go.mod h1:s8xvBOWv3LWffDQhVkJvyPQhFrD04tiVg0RDtrjqTzM=
github.com/whitaker-io/machine/v3 v3.2.4 h1:UDp9vIv8l/8OUZkV//j+XFfru2LiBQWe28MAPAONsv8=
github.com/whitaker-io/machine/v3 v3.2.4/go.mod h1:+CWz6FLMbzog+XP2jGjKxRGh2IoTEogf2xM6SznuVT0=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.einride.tech/aip v0.66.0 h1:XfV+NQX6L7EOYK11yoHHFtndeaWh3KbD9/cN/6iWEt8=
go.einride.tech/aip v0.66.0/go.mod h1:qAhMsfT7plxBX+Oy7Huol6YUvZ0ZzdUz26yZsQwfl1M=
Expand Down

0 comments on commit 83f349f

Please sign in to comment.