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

Update deps, this should fix both the rng crash and the nickname problem

parent 316c4c41
No related branches found
No related tags found
2 merge requests!82Update deps,!67fix for latest client release
...@@ -10,7 +10,7 @@ require ( ...@@ -10,7 +10,7 @@ require (
github.com/pkg/errors v0.9.1 github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.5.0 github.com/spf13/cobra v1.5.0
github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/jwalterweatherman v1.1.0
gitlab.com/elixxir/client/v4 v4.3.12-0.20230307174204-ba54f6565f95 gitlab.com/elixxir/client/v4 v4.3.12-0.20230307190249-364384192f13
gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426 gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c 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/crypto v0.0.5-0.20230214003943-8a09396e95dd
......
...@@ -513,6 +513,8 @@ gitlab.com/elixxir/client/v4 v4.3.12-0.20230306175532-03839bf94bbd h1:e2iK3TedMW ...@@ -513,6 +513,8 @@ gitlab.com/elixxir/client/v4 v4.3.12-0.20230306175532-03839bf94bbd h1:e2iK3TedMW
gitlab.com/elixxir/client/v4 v4.3.12-0.20230306175532-03839bf94bbd/go.mod h1:Hjx99EdI86q67mHzZVR2Dw37fuTCzDaChM/NVX3CcPU= gitlab.com/elixxir/client/v4 v4.3.12-0.20230306175532-03839bf94bbd/go.mod h1:Hjx99EdI86q67mHzZVR2Dw37fuTCzDaChM/NVX3CcPU=
gitlab.com/elixxir/client/v4 v4.3.12-0.20230307174204-ba54f6565f95 h1:ffV7keGtdvY6bPZBsx4P+vIfNAZnGdgsckE/HZzkHCs= gitlab.com/elixxir/client/v4 v4.3.12-0.20230307174204-ba54f6565f95 h1:ffV7keGtdvY6bPZBsx4P+vIfNAZnGdgsckE/HZzkHCs=
gitlab.com/elixxir/client/v4 v4.3.12-0.20230307174204-ba54f6565f95/go.mod h1:Hjx99EdI86q67mHzZVR2Dw37fuTCzDaChM/NVX3CcPU= gitlab.com/elixxir/client/v4 v4.3.12-0.20230307174204-ba54f6565f95/go.mod h1:Hjx99EdI86q67mHzZVR2Dw37fuTCzDaChM/NVX3CcPU=
gitlab.com/elixxir/client/v4 v4.3.12-0.20230307190249-364384192f13 h1:EexkXQeY9U4dYk4IVSLedBaCPD9VvUIVVZC5GLvft7Q=
gitlab.com/elixxir/client/v4 v4.3.12-0.20230307190249-364384192f13/go.mod h1:Hjx99EdI86q67mHzZVR2Dw37fuTCzDaChM/NVX3CcPU=
gitlab.com/elixxir/comms v0.0.4-0.20230214180204-3aba2e6795af h1:Eye4+gZEUbOfz4j51WplYD9d7Gnr1s3wKYkEnCfhPaw= gitlab.com/elixxir/comms v0.0.4-0.20230214180204-3aba2e6795af h1:Eye4+gZEUbOfz4j51WplYD9d7Gnr1s3wKYkEnCfhPaw=
gitlab.com/elixxir/comms v0.0.4-0.20230214180204-3aba2e6795af/go.mod h1:ud3s2aHx5zu7lJhBpUMUXxjLwl8PH8z8cl64Om9U7q8= gitlab.com/elixxir/comms v0.0.4-0.20230214180204-3aba2e6795af/go.mod h1:ud3s2aHx5zu7lJhBpUMUXxjLwl8PH8z8cl64Om9U7q8=
gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426 h1:O9Xz/ioc9NAj5k/QUsR0W4LCz2uVHawJF89yPTI7NXk= gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426 h1:O9Xz/ioc9NAj5k/QUsR0W4LCz2uVHawJF89yPTI7NXk=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment