Commits on Source (16)
-
Jono Wenger authored
-
Jono Wenger authored
Write bindings for sync.go See merge request !90
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jono Wenger authored
-
Jono Wenger authored
XX-4684 / Use new wasm-utils repo See merge request !116
-
Richard T. Carback III authored
-
Richard T. Carback III authored
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- Makefile 13 additions, 6 deletionsMakefile
- README.md 1 addition, 1 deletionREADME.md
- go.mod 9 additions, 5 deletionsgo.mod
- go.sum 22 additions, 0 deletionsgo.sum
- indexedDb/impl/channels/callbacks.go 22 additions, 23 deletionsindexedDb/impl/channels/callbacks.go
- indexedDb/impl/channels/fileTransferImpl.go 1 addition, 1 deletionindexedDb/impl/channels/fileTransferImpl.go
- indexedDb/impl/channels/implementation.go 19 additions, 17 deletionsindexedDb/impl/channels/implementation.go
- indexedDb/impl/channels/implementation_test.go 21 additions, 19 deletionsindexedDb/impl/channels/implementation_test.go
- indexedDb/impl/channels/init.go 10 additions, 32 deletionsindexedDb/impl/channels/init.go
- indexedDb/impl/dm/implementation.go 32 additions, 25 deletionsindexedDb/impl/dm/implementation.go
- indexedDb/impl/dm/implementation_test.go 6 additions, 6 deletionsindexedDb/impl/dm/implementation_test.go
- indexedDb/impl/dm/model.go 5 additions, 5 deletionsindexedDb/impl/dm/model.go
- indexedDb/impl/utils.go 1 addition, 1 deletionindexedDb/impl/utils.go
- indexedDb/worker/channels/implementation.go 4 additions, 4 deletionsindexedDb/worker/channels/implementation.go
- indexedDb/worker/channels/init.go 16 additions, 19 deletionsindexedDb/worker/channels/init.go
- logging/logger.go 1 addition, 1 deletionlogging/logger.go
- main.go 8 additions, 3 deletionsmain.go
- storage/indexedDbEncryptionTrack.go 9 additions, 4 deletionsstorage/indexedDbEncryptionTrack.go
- storage/indexedDbList.go 10 additions, 3 deletionsstorage/indexedDbList.go
... | ... | @@ -7,8 +7,8 @@ require ( |
github.com/hack-pad/go-indexeddb v0.2.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
gitlab.com/elixxir/client/v4 v4.6.3 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230413162806-a99ec4bfea32 | ||
gitlab.com/elixxir/client/v4 v4.6.4-0.20230519223444-1d981a1d95aa | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230519214355-b10a9f95d395 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c | ||
gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd | ||
gitlab.com/xx_network/primitives v0.0.4-0.20230310205521-c440e68e34c4 | ||
... | ... | @@ -22,6 +22,7 @@ require ( |
github.com/badoux/checkmail v1.2.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
github.com/cloudflare/circl v1.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect | ||
github.com/elliotchance/orderedmap v1.4.0 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
... | ... | @@ -48,6 +49,7 @@ require ( |
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.2 // indirect | ||
github.com/pkg/profile v1.6.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rs/cors v1.8.2 // indirect | ||
github.com/sethvargo/go-diceware v0.3.0 // indirect | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect | ||
... | ... | @@ -57,14 +59,16 @@ require ( |
github.com/spf13/cobra v1.7.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.12.0 // indirect | ||
github.com/stretchr/testify v1.8.2 // indirect | ||
github.com/subosito/gotenv v1.4.0 // indirect | ||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | ||
github.com/ttacon/libphonenumber v1.2.1 // indirect | ||
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
github.com/zeebo/blake3 v0.2.3 // indirect | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20230315224936-a4459418f300 // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b // indirect | ||
gitlab.com/elixxir/ekv v0.2.1 // indirect | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20230322223210-fa84f6842de8 // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20230519211512-4a998f4b0938 // indirect | ||
gitlab.com/elixxir/ekv v0.3.1-0.20230504190918-f5e96603c2e0 // indirect | ||
gitlab.com/elixxir/wasm-utils v0.0.0-20230519212008-29635852d8c7 // indirect | ||
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d // indirect | ||
gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect | ||
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect | ||
... | ... |