Update deps
parent
aef91c3e
No related branches found
No related tags found
Showing
- Makefile 2 additions, 2 deletionsMakefile
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- indexedDb/channels/implementation.go 31 additions, 29 deletionsindexedDb/channels/implementation.go
- indexedDb/channels/implementation_test.go 9 additions, 5 deletionsindexedDb/channels/implementation_test.go
- indexedDb/dm/implementation.go 11 additions, 10 deletionsindexedDb/dm/implementation.go
... | @@ -8,7 +8,7 @@ require ( | ... | @@ -8,7 +8,7 @@ require ( |
github.com/pkg/errors v0.9.1 | github.com/pkg/errors v0.9.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
gitlab.com/elixxir/client/v4 v4.3.12-0.20230104175249-e265a4ca4e58 | gitlab.com/elixxir/client/v4 v4.3.12-0.20230104175249-e265a4ca4e58 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20221220211727-4158804e6037 | gitlab.com/elixxir/crypto v0.0.7-0.20230104175234-604a6cd56b98 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20221214192222-988b44a6958a | gitlab.com/elixxir/primitives v0.0.3-0.20221214192222-988b44a6958a | ||
gitlab.com/xx_network/crypto v0.0.5-0.20221121220724-8eefdbb0eb46 | gitlab.com/xx_network/crypto v0.0.5-0.20221121220724-8eefdbb0eb46 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20221219230308-4b5550a9247d | gitlab.com/xx_network/primitives v0.0.4-0.20221219230308-4b5550a9247d | ||
... | ... |
Please register or sign in to comment