From 8a100371a65a29b1030efb3090a20f7880369d49 Mon Sep 17 00:00:00 2001 From: Sydney Anne Erickson <sydney@elixxir.io> Date: Tue, 4 Aug 2020 15:20:10 -0700 Subject: [PATCH] rerun go mod --- globals/version_vars.go | 6 +++--- go.mod | 2 +- go.sum | 2 ++ version_vars.go.bak | 6 +++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/globals/version_vars.go b/globals/version_vars.go index 4c71d7786..05045f92c 100644 --- a/globals/version_vars.go +++ b/globals/version_vars.go @@ -1,9 +1,9 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by robots at -// 2020-08-04 15:18:17.826965 -0700 PDT m=+0.018357848 +// 2020-08-04 15:20:04.354248 -0700 PDT m=+0.018666551 package globals -const GITVERSION = `6ba2017 rerun go mod` +const GITVERSION = `b2af3a5 rerun go mod` const SEMVER = "1.4.0" const DEPENDENCIES = `module gitlab.com/elixxir/client @@ -22,7 +22,7 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.6.2 - gitlab.com/elixxir/comms v0.0.0-20200804221307-9761162902c8 + gitlab.com/elixxir/comms v0.0.0-20200804221937-891a088726ba gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4 gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842 gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40 diff --git a/go.mod b/go.mod index 1af7a0212..b22fc5c97 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.6.2 - gitlab.com/elixxir/comms v0.0.0-20200804221307-9761162902c8 + gitlab.com/elixxir/comms v0.0.0-20200804221937-891a088726ba gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4 gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842 gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40 diff --git a/go.sum b/go.sum index 48e068ed0..d0039a0c9 100644 --- a/go.sum +++ b/go.sum @@ -169,6 +169,8 @@ gitlab.com/elixxir/comms v0.0.0-20200804220805-295ae3f91b62 h1:iHIqRLfbVYPA5cWZ7 gitlab.com/elixxir/comms v0.0.0-20200804220805-295ae3f91b62/go.mod h1:HMtsM4DFIbuQ8PDjSyOejOYbD5Q5iDUIRsCVZVWKtEQ= gitlab.com/elixxir/comms v0.0.0-20200804221307-9761162902c8 h1:tjmy4mfTF+8cARpY59fifso4p+7JUEG6XqRR2hiNQKk= gitlab.com/elixxir/comms v0.0.0-20200804221307-9761162902c8/go.mod h1:hkfQwunzCisTIJ3nosbP6AA/Iq++hPBjA4U0rho2B/k= +gitlab.com/elixxir/comms v0.0.0-20200804221937-891a088726ba h1:uNwHiolFY30PTa4dmK1tb5x7Ulnz2MV0e3L3G5xcqUI= +gitlab.com/elixxir/comms v0.0.0-20200804221937-891a088726ba/go.mod h1:OOha42scX14wkwFIXOoPRY8uvOkVRPcK/NA7GNa0HiU= gitlab.com/elixxir/crypto v0.0.0-20200707005343-97f868cbd930 h1:9qzfwyR12OYgn3j30qcHZHHVfWshWnH54lcAHppEROQ= gitlab.com/elixxir/crypto v0.0.0-20200707005343-97f868cbd930/go.mod h1:LHBAaEf48a0/AjU118rjoworH0LgXifhAqmNX3ZRvME= gitlab.com/elixxir/crypto v0.0.0-20200804172431-132b6336c177 h1:d9jvcPRphQg10B4VCfouYuUTOyb4YVcK8Q3JiQ2vS1Y= diff --git a/version_vars.go.bak b/version_vars.go.bak index ee64d8e33..7ec7bf213 100644 --- a/version_vars.go.bak +++ b/version_vars.go.bak @@ -1,9 +1,9 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by robots at -// 2020-08-04 15:18:17.826965 -0700 PDT m=+0.018357848 +// 2020-08-04 15:20:04.354248 -0700 PDT m=+0.018666551 package cmd -const GITVERSION = `6ba2017 rerun go mod` +const GITVERSION = `b2af3a5 rerun go mod` const SEMVER = "1.4.0" const DEPENDENCIES = `module gitlab.com/elixxir/client @@ -22,7 +22,7 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.6.2 - gitlab.com/elixxir/comms v0.0.0-20200804221307-9761162902c8 + gitlab.com/elixxir/comms v0.0.0-20200804221937-891a088726ba gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4 gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842 gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40 -- GitLab