Skip to content
Snippets Groups Projects
Unverified Commit b2af3a5c authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

rerun go mod

parent 6ba2017f
No related branches found
No related tags found
No related merge requests found
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // This file was generated by robots at
// 2020-08-04 15:13:59.776692 -0700 PDT m=+0.018306478 // 2020-08-04 15:18:17.826965 -0700 PDT m=+0.018357848
package globals package globals
const GITVERSION = `829d757 rerun go mod` const GITVERSION = `6ba2017 rerun go mod`
const SEMVER = "1.4.0" const SEMVER = "1.4.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client const DEPENDENCIES = `module gitlab.com/elixxir/client
...@@ -26,7 +26,7 @@ require ( ...@@ -26,7 +26,7 @@ require (
gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4 gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4
gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842 gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842
gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40 gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40
gitlab.com/xx_network/comms v0.0.0-20200804220834-2245aa9f062c gitlab.com/xx_network/comms v0.0.0-20200804221726-40511219ec58
gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
gopkg.in/ini.v1 v1.52.0 // indirect gopkg.in/ini.v1 v1.52.0 // indirect
......
...@@ -19,7 +19,7 @@ require ( ...@@ -19,7 +19,7 @@ require (
gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4 gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4
gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842 gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842
gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40 gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40
gitlab.com/xx_network/comms v0.0.0-20200804220834-2245aa9f062c gitlab.com/xx_network/comms v0.0.0-20200804221726-40511219ec58
gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
gopkg.in/ini.v1 v1.52.0 // indirect gopkg.in/ini.v1 v1.52.0 // indirect
......
...@@ -191,6 +191,8 @@ gitlab.com/xx_network/comms v0.0.0-20200804220001-9fe1915fc1e4/go.mod h1:IfKnpyT ...@@ -191,6 +191,8 @@ gitlab.com/xx_network/comms v0.0.0-20200804220001-9fe1915fc1e4/go.mod h1:IfKnpyT
gitlab.com/xx_network/comms v0.0.0-20200804220700-a5a9bd64204a/go.mod h1:lEN1TYUL8+ZYdxfS22rvoQ+vqwRke/XJMmPdAqwn2CM= gitlab.com/xx_network/comms v0.0.0-20200804220700-a5a9bd64204a/go.mod h1:lEN1TYUL8+ZYdxfS22rvoQ+vqwRke/XJMmPdAqwn2CM=
gitlab.com/xx_network/comms v0.0.0-20200804220834-2245aa9f062c h1:qYaBgQso2SjIdSfBCGKbXfB8s7iSwhdUi01MphMDSbY= gitlab.com/xx_network/comms v0.0.0-20200804220834-2245aa9f062c h1:qYaBgQso2SjIdSfBCGKbXfB8s7iSwhdUi01MphMDSbY=
gitlab.com/xx_network/comms v0.0.0-20200804220834-2245aa9f062c/go.mod h1:+OLUqzVm3l0HtS/NxvrPsf+HCVFrDXGNrKDaMY3ojNI= gitlab.com/xx_network/comms v0.0.0-20200804220834-2245aa9f062c/go.mod h1:+OLUqzVm3l0HtS/NxvrPsf+HCVFrDXGNrKDaMY3ojNI=
gitlab.com/xx_network/comms v0.0.0-20200804221726-40511219ec58 h1:rm9/JQ4kYKKqbY9JSP3fjL0KFnXGNxIEb9X7erGntJQ=
gitlab.com/xx_network/comms v0.0.0-20200804221726-40511219ec58/go.mod h1:QnDpgkyn+XcdNv5GSXVEZUD217bhtfhRKxJ81jQIAnE=
gitlab.com/xx_network/primitives v0.0.0-20200803231956-9b192c57ea7c/go.mod h1:wtdCMr7DPePz9qwctNoAUzZtbOSHSedcK++3Df3psjA= 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 h1:CCVslUwNC7Ul7NG5nu3ThGTSVUt1TxNRX+47f5TUwnk=
gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da/go.mod h1:OK9xevzWCaPO7b1wiluVJGk7R5ZsuC7pHY5hteZFQug= gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da/go.mod h1:OK9xevzWCaPO7b1wiluVJGk7R5ZsuC7pHY5hteZFQug=
......
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // This file was generated by robots at
// 2020-08-04 15:13:59.776692 -0700 PDT m=+0.018306478 // 2020-08-04 15:18:17.826965 -0700 PDT m=+0.018357848
package cmd package cmd
const GITVERSION = `829d757 rerun go mod` const GITVERSION = `6ba2017 rerun go mod`
const SEMVER = "1.4.0" const SEMVER = "1.4.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client const DEPENDENCIES = `module gitlab.com/elixxir/client
...@@ -26,7 +26,7 @@ require ( ...@@ -26,7 +26,7 @@ require (
gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4 gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4
gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842 gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842
gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40 gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40
gitlab.com/xx_network/comms v0.0.0-20200804220834-2245aa9f062c gitlab.com/xx_network/comms v0.0.0-20200804221726-40511219ec58
gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
gopkg.in/ini.v1 v1.52.0 // indirect gopkg.in/ini.v1 v1.52.0 // indirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment