Skip to content

Commit 74008f8

Browse files
dependabot[bot]Joonas Bergius
andauthored
chore(deps): Bump go.bytecodealliance.org from 0.4.0 to 0.4.1 (#55)
* chore(deps): Bump go.bytecodealliance.org from 0.4.0 to 0.4.1 Bumps [go.bytecodealliance.org](https://github.com/bytecodealliance/go-modules) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/bytecodealliance/go-modules/releases) - [Changelog](https://github.com/bytecodealliance/go-modules/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/go-modules@v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: go.bytecodealliance.org dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update generated bindings to 0.4.1 Signed-off-by: Joonas Bergius <joonas@cosmonic.com> * chore(examples): run go mod tidy Signed-off-by: Joonas Bergius <joonas@cosmonic.com> * chore(README): Add a note about minimum required wasm-tools version Signed-off-by: Joonas Bergius <joonas@cosmonic.com> * chore(ci): Pin wasm-tools to a known good version Signed-off-by: Joonas Bergius <joonas@cosmonic.com> * chore(examples): Update generated bindings Signed-off-by: Joonas Bergius <joonas@cosmonic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Joonas Bergius <joonas@cosmonic.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joonas Bergius <joonas@cosmonic.com>
1 parent 644a647 commit 74008f8

File tree

26 files changed

+166
-159
lines changed

26 files changed

+166
-159
lines changed

.github/workflows/go.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
TINYGO_VERSION: "0.33.0"
1111
GOLANGCI_VERSION: "v1.61"
12+
WASM_TOOLS_VERSION: "1.220.0"
1213

1314
jobs:
1415
lint:
@@ -27,7 +28,7 @@ jobs:
2728
- uses: cargo-bins/cargo-binstall@main
2829
- name: Tools
2930
run: |
30-
cargo binstall -y wasm-tools
31+
cargo binstall -y "wasm-tools@${WASM_TOOLS_VERSION}"
3132
3233
- name: Go generate
3334
run: |
@@ -88,7 +89,7 @@ jobs:
8889
- uses: cargo-bins/cargo-binstall@main
8990
- name: Tools
9091
run: |
91-
cargo binstall -y wasm-tools
92+
cargo binstall -y "wasm-tools@${WASM_TOOLS_VERSION}"
9293
wash --version
9394
9495
- name: Go generate

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Writing a wasmCloud Capability Provider? Check out the [Go Provider SDK](https:/
88

99
# Setup
1010

11-
Requires tinygo 0.33 or above.
11+
Requires:
12+
* [`tinygo`](https://tinygo.org/getting-started/install/) 0.33.0 or above.
13+
* [`wasm-tools`](https://github.com/bytecodealliance/wasm-tools?tab=readme-ov-file#installation) 1.220.0 or above.
1214

1315
Import `go.wasmcloud.dev/component` in your Go module.
1416

_examples/http-client/gen/wasi/filesystem/types/abi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/http-client/gen/wasi/http/types/abi.go

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/http-client/gen/wasi/sockets/tcp/abi.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/http-client/gen/wasi/sockets/udp/abi.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/http-client/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/wasmCloud/component-sdk-go/_examples/http-client
33
go 1.23.0
44

55
require (
6-
go.bytecodealliance.org v0.4.0
6+
go.bytecodealliance.org v0.4.1
77
go.wasmcloud.dev/component v0.0.5
88
)
99

@@ -15,9 +15,9 @@ require (
1515
github.com/regclient/regclient v0.7.2 // indirect
1616
github.com/sirupsen/logrus v1.9.3 // indirect
1717
github.com/ulikunitz/xz v0.5.12 // indirect
18-
github.com/urfave/cli/v3 v3.0.0-alpha9.2 // indirect
19-
golang.org/x/mod v0.21.0 // indirect
20-
golang.org/x/sys v0.26.0 // indirect
18+
github.com/urfave/cli/v3 v3.0.0-beta1 // indirect
19+
golang.org/x/mod v0.22.0 // indirect
20+
golang.org/x/sys v0.28.0 // indirect
2121
)
2222

2323
// NOTE(lxf): Remove this line if running outside of component-sdk-go repository

_examples/http-client/go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
2525
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
2626
github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=
2727
github.com/ulikunitz/xz v0.5.12/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
28-
github.com/urfave/cli/v3 v3.0.0-alpha9.2 h1:CL8llQj3dGRLVQQzHxS+ZYRLanOuhyK1fXgLKD+qV+Y=
29-
github.com/urfave/cli/v3 v3.0.0-alpha9.2/go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y=
30-
go.bytecodealliance.org v0.4.0 h1:SRwgZIcXR54AmbJg9Y3AMgDlZlvD8dffteBYW+nCD3k=
31-
go.bytecodealliance.org v0.4.0/go.mod h1:hkdjfgQ/bFZYUucnm9cn0Q8/SHO3iT0rzskYlkV4Jy0=
32-
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0=
33-
golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
34-
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
35-
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
28+
github.com/urfave/cli/v3 v3.0.0-beta1 h1:6DTaaUarcM0wX7qj5Hcvs+5Dm3dyUTBbEwIWAjcw9Zg=
29+
github.com/urfave/cli/v3 v3.0.0-beta1/go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y=
30+
go.bytecodealliance.org v0.4.1 h1:Y3Nnz+C061i9Hw4qQlSkZTg3IBTsTLC92+sdh4xCADQ=
31+
go.bytecodealliance.org v0.4.1/go.mod h1:jxAxqtTxs+6Q2q6bQnWa/lF+Q+2/LkdbqIgNJYxEmFA=
32+
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
33+
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
34+
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
35+
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
3636
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
37-
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
38-
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
39-
golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ=
40-
golang.org/x/tools v0.26.0/go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0=
37+
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
38+
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
39+
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=
40+
golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw=
4141
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
4242
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
4343
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

_examples/http-server/gen/wasi/filesystem/types/abi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/http-server/gen/wasi/http/types/abi.go

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)