diff --git a/go.mod b/go.mod index 594ace2523d7a38b3322cef0446bca235c1cb584..d48de41d6398d2cbaf18dff5023276f063fd0553 100644 --- a/go.mod +++ b/go.mod @@ -10,11 +10,11 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 github.com/zeebo/blake3 v0.1.0 // indirect github.com/zeebo/pcg v1.0.0 // indirect - gitlab.com/elixxir/crypto v0.0.7-0.20210208211519-5f5b427b29d7 - gitlab.com/elixxir/primitives v0.0.3-0.20210208211427-8140bdd93b0b - gitlab.com/xx_network/comms v0.0.4-0.20210208222850-a4426ef99e37 - gitlab.com/xx_network/crypto v0.0.5-0.20210208211326-ba22f885317c - gitlab.com/xx_network/primitives v0.0.4-0.20210208204253-ed1a9ef0c75e + gitlab.com/elixxir/crypto v0.0.7-0.20210210215733-951b4e717763 + gitlab.com/elixxir/primitives v0.0.3-0.20210210215643-bf48247248e5 + gitlab.com/xx_network/comms v0.0.4-0.20210210215624-622913c0a215 + gitlab.com/xx_network/crypto v0.0.5-0.20210210215543-446333e9022e + gitlab.com/xx_network/primitives v0.0.4-0.20210210215152-e4534abf3ae5 gitlab.com/xx_network/ring v0.0.2 golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect diff --git a/go.sum b/go.sum index e55d43f454d6b4d7b1e8b04735e607e0cb6d9bec..b91792dd7280cec8581d4ff3062f14b21dc49aee 100644 --- a/go.sum +++ b/go.sum @@ -70,6 +70,8 @@ gitlab.com/elixxir/crypto v0.0.7-0.20210114172156-b576829ba7d8 h1:KhhsuPn+aPzZ66 gitlab.com/elixxir/crypto v0.0.7-0.20210114172156-b576829ba7d8/go.mod h1:4AumkGNppiEaMo6bIpFBrV6wZtaIjpbvkpA5+FBisA8= gitlab.com/elixxir/crypto v0.0.7-0.20210208211519-5f5b427b29d7 h1:+yH/QDDNaBKqQJuh2qNpnRLKeFay8W5VFJZ9cHF3GsU= gitlab.com/elixxir/crypto v0.0.7-0.20210208211519-5f5b427b29d7/go.mod h1:9YmLo0/XmQ7m5NcXCKirXrPosd1txc9ukonQsMgbAkM= +gitlab.com/elixxir/crypto v0.0.7-0.20210210215733-951b4e717763 h1:MUFs4H4kTdPm/fsagl8vm2yGF6JR+/6fKSg1Y68XAQI= +gitlab.com/elixxir/crypto v0.0.7-0.20210210215733-951b4e717763/go.mod h1:ucX9BoKoDlE6e3yjnTuVD2mc72nQUket44DxISyivUw= gitlab.com/elixxir/primitives v0.0.0-20200731184040-494269b53b4d/go.mod h1:OQgUZq7SjnE0b+8+iIAT2eqQF+2IFHn73tOo+aV11mg= gitlab.com/elixxir/primitives v0.0.0-20200804170709-a1896d262cd9/go.mod h1:p0VelQda72OzoUckr1O+vPW0AiFe0nyKQ6gYcmFSuF8= gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40/go.mod h1:tzdFFvb1ESmuTCOl1z6+yf6oAICDxH2NPUemVgoNLxc= @@ -79,6 +81,8 @@ gitlab.com/elixxir/primitives v0.0.3-0.20210126180712-bfbfb725c75a h1:3jq90Nmn8E gitlab.com/elixxir/primitives v0.0.3-0.20210126180712-bfbfb725c75a/go.mod h1:bGYfAGerVVZhNzh+PxOMZVG7iYAUfInYvtdAkAqgiY8= gitlab.com/elixxir/primitives v0.0.3-0.20210208211427-8140bdd93b0b h1:HljBUbfGiQ712ywC8PfYKUQpEtV/RaeEc7ITeT49yMU= gitlab.com/elixxir/primitives v0.0.3-0.20210208211427-8140bdd93b0b/go.mod h1:4OkMfgU5Z2s763+Zb5VVPAQ6tPsGnbLnAy9sljPIx0A= +gitlab.com/elixxir/primitives v0.0.3-0.20210210215643-bf48247248e5 h1:ExAOci0J5i53G+pA+oQ9ushG4WE0GQSiaO6JidHGEuw= +gitlab.com/elixxir/primitives v0.0.3-0.20210210215643-bf48247248e5/go.mod h1:Cz0fCtgUKnVdo2rJgiJ/h3N8a2SPW8tP9tn6cV/+t1s= gitlab.com/xx_network/comms v0.0.0-20200805174823-841427dd5023/go.mod h1:owEcxTRl7gsoM8c3RQ5KAm5GstxrJp5tn+6JfQ4z5Hw= gitlab.com/xx_network/comms v0.0.4-0.20210121204701-7a1eb0542424 h1:zhfkbutYEY7PQuC1kcugCt4am/oRAyla6u4xDc5PqWs= gitlab.com/xx_network/comms v0.0.4-0.20210121204701-7a1eb0542424/go.mod h1:MNkja6iUsM2yjBQicwLUGYctZmAU/D4AMpDD04vfBg8= @@ -86,6 +90,8 @@ gitlab.com/xx_network/comms v0.0.4-0.20210208211407-3c1bed8b616f h1:vj7FQEBYIvli gitlab.com/xx_network/comms v0.0.4-0.20210208211407-3c1bed8b616f/go.mod h1:iw4oIGagTrQ1rn43koqGOhAFy6xcp1ggMh9zvnLKIO8= gitlab.com/xx_network/comms v0.0.4-0.20210208222850-a4426ef99e37 h1:8bzmtlZJWv8oPcTYgkq5aG7aouLvqvu1nNA9TOTq8fg= gitlab.com/xx_network/comms v0.0.4-0.20210208222850-a4426ef99e37/go.mod h1:iw4oIGagTrQ1rn43koqGOhAFy6xcp1ggMh9zvnLKIO8= +gitlab.com/xx_network/comms v0.0.4-0.20210210215624-622913c0a215 h1:f+cobRegYJH2x6cFkf1RfJEGFnX/vq2hGLltFC+g4Bk= +gitlab.com/xx_network/comms v0.0.4-0.20210210215624-622913c0a215/go.mod h1:P81n1Rv0so+uIWGkGDEUt/bEvpksM6yfB0iB22rbFx4= gitlab.com/xx_network/crypto v0.0.3/go.mod h1:DF2HYvvCw9wkBybXcXAgQMzX+MiGbFPjwt3t17VRqRE= gitlab.com/xx_network/crypto v0.0.4/go.mod h1:+lcQEy+Th4eswFgQDwT0EXKp4AXrlubxalwQFH5O0Mk= gitlab.com/xx_network/crypto v0.0.5-0.20210107183440-804e0f8b7d22/go.mod h1:tTYlvAZNUFMtndcijM37iujkM4gP8kUwGiS9n7NA5Ck= @@ -93,6 +99,8 @@ gitlab.com/xx_network/crypto v0.0.5-0.20210121204626-b251b926e4f7 h1:eraxUmI0EFD gitlab.com/xx_network/crypto v0.0.5-0.20210121204626-b251b926e4f7/go.mod h1:61fEAGI2+JD6CbT5PMzxy1SBMvgiFxE4MyiQghzoOVg= gitlab.com/xx_network/crypto v0.0.5-0.20210208211326-ba22f885317c h1:j9rUB6jzqD8BL5kHLuWFH8zGvVbeqvMzFxmHT8ShWE4= gitlab.com/xx_network/crypto v0.0.5-0.20210208211326-ba22f885317c/go.mod h1:wWEWKJXrS7MwPmj3VLyccjnbPLXB8McBkR9QUcqMDH4= +gitlab.com/xx_network/crypto v0.0.5-0.20210210215543-446333e9022e h1:wRRIu5sB+5t2NgbLXCJsyqA3DK7a8rRUwPza2Vy5Rdc= +gitlab.com/xx_network/crypto v0.0.5-0.20210210215543-446333e9022e/go.mod h1:NiPI62thPru+eYlBucjl2/OLUND3wKLOhPrIHvK/nCA= 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/go.mod h1:OK9xevzWCaPO7b1wiluVJGk7R5ZsuC7pHY5hteZFQug= gitlab.com/xx_network/primitives v0.0.2/go.mod h1:cs0QlFpdMDI6lAo61lDRH2JZz+3aVkHy+QogOB6F/qc= @@ -101,6 +109,8 @@ gitlab.com/xx_network/primitives v0.0.4-0.20210121203635-8a771fc14f8a h1:ZDv8RHU gitlab.com/xx_network/primitives v0.0.4-0.20210121203635-8a771fc14f8a/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE= gitlab.com/xx_network/primitives v0.0.4-0.20210208204253-ed1a9ef0c75e h1:JW2QXZSaipTEyCbMcjvc9cbIwFqt9/12toYPyAzI7Go= gitlab.com/xx_network/primitives v0.0.4-0.20210208204253-ed1a9ef0c75e/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE= +gitlab.com/xx_network/primitives v0.0.4-0.20210210215152-e4534abf3ae5 h1:skLonqleopw1osf3xBQTNX9NjTV/OQP6AM4HKpLNUdc= +gitlab.com/xx_network/primitives v0.0.4-0.20210210215152-e4534abf3ae5/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE= gitlab.com/xx_network/ring v0.0.2 h1:TlPjlbFdhtJrwvRgIg4ScdngMTaynx/ByHBRZiXCoL0= gitlab.com/xx_network/ring v0.0.2/go.mod h1:aLzpP2TiZTQut/PVHR40EJAomzugDdHXetbieRClXIM= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=