-
- Downloads
Pin xx primitives version to v0.0.1
... | ... | @@ -10,6 +10,7 @@ require ( |
gitlab.com/elixxir/crypto v0.0.0-20200805174804-bdf909f2a16d | ||
gitlab.com/elixxir/primitives v0.0.0-20200805174810-86b366d1dd2d | ||
gitlab.com/xx_network/comms v0.0.0-20200805174823-841427dd5023 | ||
gitlab.com/xx_network/primitives v0.0.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de | ||
google.golang.org/grpc v1.31.0 | ||
) |
... | ... | @@ -69,6 +69,8 @@ gitlab.com/xx_network/comms v0.0.0-20200805174823-841427dd5023/go.mod h1:owEcxTR |
gitlab.com/xx_network/primitives v0.0.0-20200803231956-9b192c57ea7c/go.mod h1:wtdCMr7DPePz9qwctNoAUzZtbOSHSedcK++3Df3psjA= | ||
gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da h1:CCVslUwNC7Ul7NG5nu3ThGTSVUt1TxNRX+47f5TUwnk= | ||
gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da/go.mod h1:OK9xevzWCaPO7b1wiluVJGk7R5ZsuC7pHY5hteZFQug= | ||
gitlab.com/xx_network/primitives v0.0.1 h1:YQuK1nEEhycckqaS2U+qbepcya/P6fSGHs3D1zkzUV4= | ||
gitlab.com/xx_network/primitives v0.0.1/go.mod h1:wtdCMr7DPePz9qwctNoAUzZtbOSHSedcK++3Df3psjA= | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | ||
... | ... |
Please register or sign in to comment