Skip to content

Commit

Permalink
chore: bumping wadge
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <lucas@cosmonic.com>
  • Loading branch information
lxfontes committed Oct 3, 2024
1 parent 5f3d197 commit 733eb4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.0
go.wasmcloud.dev/wadge v0.5.1
)

require (
Expand Down
2 changes: 2 additions & 0 deletions _examples/http-server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGC
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=
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

0 comments on commit 733eb4f

Please sign in to comment.