Skip to content
Snippets Groups Projects
Commit e09391ff authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Update to version 0.1.7 using v4.3.5 client

parent a6f09658
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
...@@ -7,7 +7,7 @@ require ( ...@@ -7,7 +7,7 @@ require (
github.com/hack-pad/go-indexeddb v0.2.0 github.com/hack-pad/go-indexeddb v0.2.0
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.0 gitlab.com/elixxir/client/v4 v4.3.5
gitlab.com/elixxir/crypto v0.0.7-0.20221110181326-dd7e5293feb0 gitlab.com/elixxir/crypto v0.0.7-0.20221110181326-dd7e5293feb0
gitlab.com/elixxir/primitives v0.0.3-0.20221110181119-e83320a48b13 gitlab.com/elixxir/primitives v0.0.3-0.20221110181119-e83320a48b13
gitlab.com/xx_network/crypto v0.0.5-0.20221110181048-76f0c556fe95 gitlab.com/xx_network/crypto v0.0.5-0.20221110181048-76f0c556fe95
......
...@@ -457,6 +457,8 @@ gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f h1:yXGvNBqzZwA ...@@ -457,6 +457,8 @@ gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f h1:yXGvNBqzZwA
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f/go.mod h1:H6jztdm0k+wEV2QGK/KYA+MY9nj9Zzatux/qIvDDv3k= gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f/go.mod h1:H6jztdm0k+wEV2QGK/KYA+MY9nj9Zzatux/qIvDDv3k=
gitlab.com/elixxir/client/v4 v4.3.0 h1:6VknaMvIyOQWSsl0a9KTlpQb1swQxOQnwlkiX4h7KaU= gitlab.com/elixxir/client/v4 v4.3.0 h1:6VknaMvIyOQWSsl0a9KTlpQb1swQxOQnwlkiX4h7KaU=
gitlab.com/elixxir/client/v4 v4.3.0/go.mod h1:RuOuVCGNCoCUFqLpbLEs/GJ9ILxo8rB5j8oBdYkl4Q8= gitlab.com/elixxir/client/v4 v4.3.0/go.mod h1:RuOuVCGNCoCUFqLpbLEs/GJ9ILxo8rB5j8oBdYkl4Q8=
gitlab.com/elixxir/client/v4 v4.3.5 h1:K2xjDapO6o83H6I5fw2C5Xk9uTa789KYYTQfCq8T89g=
gitlab.com/elixxir/client/v4 v4.3.5/go.mod h1:RuOuVCGNCoCUFqLpbLEs/GJ9ILxo8rB5j8oBdYkl4Q8=
gitlab.com/elixxir/comms v0.0.4-0.20221110181420-84bca6216fe4 h1:bLRjVCyMVde4n2hTVgoyyIAWrKI4CevpChchkPeb6A0= gitlab.com/elixxir/comms v0.0.4-0.20221110181420-84bca6216fe4 h1:bLRjVCyMVde4n2hTVgoyyIAWrKI4CevpChchkPeb6A0=
gitlab.com/elixxir/comms v0.0.4-0.20221110181420-84bca6216fe4/go.mod h1:XhI2/CMng+xcH3mAs+1aPz29PSNu1079XMJ8V+xxihw= gitlab.com/elixxir/comms v0.0.4-0.20221110181420-84bca6216fe4/go.mod h1:XhI2/CMng+xcH3mAs+1aPz29PSNu1079XMJ8V+xxihw=
gitlab.com/elixxir/crypto v0.0.7-0.20221110181326-dd7e5293feb0 h1:IgspAliiN6MGqJX7LZ+1GinCX6bNJw6KlIa+rvEo2+A= gitlab.com/elixxir/crypto v0.0.7-0.20221110181326-dd7e5293feb0 h1:IgspAliiN6MGqJX7LZ+1GinCX6bNJw6KlIa+rvEo2+A=
......
...@@ -18,7 +18,7 @@ import ( ...@@ -18,7 +18,7 @@ import (
) )
// SEMVER is the current semantic version of xxDK WASM. // SEMVER is the current semantic version of xxDK WASM.
const SEMVER = "0.1.6" const SEMVER = "0.1.7"
// Storage keys. // Storage keys.
const ( const (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment