Skip to content

Commit

Permalink
Merge pull request #21 from rvolosatovs/update/wadge
Browse files Browse the repository at this point in the history
chore: update `wadge`
  • Loading branch information
lxfontes authored Oct 4, 2024
2 parents 733eb4f + 8c8d093 commit cccfa52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.

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

2 changes: 1 addition & 1 deletion _examples/http-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/bytecodealliance/wasm-tools-go v0.2.1
github.com/stretchr/testify v1.9.0
go.wasmcloud.dev/component v0.0.0-20240926162413-717d12d37e0f
go.wasmcloud.dev/wadge v0.5.1
go.wasmcloud.dev/wadge v0.5.2
)

require (
Expand Down
6 changes: 2 additions & 4 deletions _examples/http-server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ github.com/urfave/cli/v3 v3.0.0-alpha9 h1:P0RMy5fQm1AslQS+XCmy9UknDXctOmG/q/FZkU
github.com/urfave/cli/v3 v3.0.0-alpha9/go.mod h1:0kK/RUFHyh+yIKSfWxwheGndfnrvYSmYFVeKCh03ZUc=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
go.wasmcloud.dev/wadge v0.5.0 h1:MQQN3fN9K0ntw214KEPryH5/8ZUQx9jOY3rnYuIyZpY=
go.wasmcloud.dev/wadge v0.5.0/go.mod h1:BkAxt9wF08UWbRYblfxbTtupn0rQLtsgTKeu22SBGRg=
go.wasmcloud.dev/wadge v0.5.1 h1:APsu3jHuUKrio8CHMbZKQ6T7TIltBNgltCu1YFeYC00=
go.wasmcloud.dev/wadge v0.5.1/go.mod h1:BkAxt9wF08UWbRYblfxbTtupn0rQLtsgTKeu22SBGRg=
go.wasmcloud.dev/wadge v0.5.2 h1:N8Zymtjy2HF6QTep0bM0mzyzDywHNtv4z0SkfPV09+w=
go.wasmcloud.dev/wadge v0.5.2/go.mod h1:BkAxt9wF08UWbRYblfxbTtupn0rQLtsgTKeu22SBGRg=
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0=
golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
Expand Down
2 changes: 1 addition & 1 deletion _examples/http-server/main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run go.wasmcloud.dev/wadge/cmd/wadge-bindgen-go
//go:generate go run go.wasmcloud.dev/wadge/cmd/wadge-bindgen-go -test

package main

Expand Down

0 comments on commit cccfa52

Please sign in to comment.