fix compilation with new callbacks structure
parent
3c2fdd23
No related branches found
No related tags found
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- indexedDb/impl/channels/implementation.go 7 additions, 8 deletionsindexedDb/impl/channels/implementation.go
- indexedDb/impl/channels/init.go 2 additions, 3 deletionsindexedDb/impl/channels/init.go
- indexedDb/worker/channels/init.go 2 additions, 3 deletionsindexedDb/worker/channels/init.go
- wasm/channels.go 2 additions, 2 deletionswasm/channels.go
... | ... | @@ -11,7 +11,7 @@ require ( |
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/stretchr/testify v1.8.2 | ||
gitlab.com/elixxir/client/v4 v4.6.4-0.20230627185732-24ba846899c6 | ||
gitlab.com/elixxir/client/v4 v4.6.4-0.20230627181021-98c72b18b83c | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230614183801-387e0cb8e76f | ||
gitlab.com/elixxir/primitives v0.0.3-0.20230613193928-8cf8bdd777ef | ||
gitlab.com/elixxir/wasm-utils v0.0.0-20230615222914-185dd3a6fa08 | ||
... | ... |
Please register or sign in to comment