Skip to content

Commit

Permalink
feat(custom): Fixed the exception on link Events in custom component
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Rai <[email protected]>
  • Loading branch information
ritesh089 committed Jun 27, 2024
1 parent 02d7cb8 commit 7adbf23
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/golang/providers/custom-template/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
keyvalue-inmemory
keyvalue-inmemory.par.gz
keyvalue-inmemory.par.gz
build/*
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/golang/providers/custom-template/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/wasmCloud/wasmCloud/examples/go/providers/custom-template
go 1.22.3

require (
github.com/wasmCloud/provider-sdk-go v0.0.0-20240605180317-5423f4b7b591
github.com/wasmCloud/provider-sdk-go v0.0.0-20240626135506-00b1fb3dec9e
github.com/wrpc/wrpc/go v0.0.0-20240613112243-134a38a3526e
)

Expand Down
2 changes: 2 additions & 0 deletions examples/golang/providers/custom-template/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/wasmCloud/provider-sdk-go v0.0.0-20240605180317-5423f4b7b591 h1:B3Vu1XsW9tqhhK4YxAOmY57MRPoeCZVzhFBo69gBoUs=
github.com/wasmCloud/provider-sdk-go v0.0.0-20240605180317-5423f4b7b591/go.mod h1:DZRTpRkX3YluIs+FKcx157XbQa1q4rFRDpxbamZZBc0=
github.com/wasmCloud/provider-sdk-go v0.0.0-20240626135506-00b1fb3dec9e h1:UIK1VDU1hwvGTd4S9pokw/IoY0ChIhYldWB44JnWuD8=
github.com/wasmCloud/provider-sdk-go v0.0.0-20240626135506-00b1fb3dec9e/go.mod h1:DZRTpRkX3YluIs+FKcx157XbQa1q4rFRDpxbamZZBc0=
github.com/wrpc/wrpc/go v0.0.0-20240508154835-d040797e7796 h1:Z/O56d+UBUL6/AfUgGznbR/o+pC2OK9ZtbvGIMNolZ8=
github.com/wrpc/wrpc/go v0.0.0-20240508154835-d040797e7796/go.mod h1:4ODSqZ7VmerRQfX/0l62GzrKSGCiJaPkVBLGJlpIunc=
github.com/wrpc/wrpc/go v0.0.0-20240613112243-134a38a3526e h1:BNQdM1BPIRXHze08bd3R1KPqgPYVKUkuEuLUCGcYW5c=
Expand Down

0 comments on commit 7adbf23

Please sign in to comment.