From e472f39beaf3233cb997322e0a53e8ebdcb4f79b Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Mon, 27 Dec 2021 11:53:17 -0600 Subject: [PATCH] update deps --- api/version_vars.go | 6 +++--- go.mod | 2 +- go.sum | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/version_vars.go b/api/version_vars.go index b392c6bb4..8ca79de09 100644 --- a/api/version_vars.go +++ b/api/version_vars.go @@ -1,9 +1,9 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by robots at -// 2021-12-22 12:06:50.3846362 -0800 PST m=+0.189102301 +// 2021-12-27 11:52:01.388598 -0600 CST m=+0.029765559 package api -const GITVERSION = `f938c935 update deps` +const GITVERSION = `6faba65a Merge branch 'XX-3650/dummyMessageSendStatus' into 'release'` const SEMVER = "3.3.0" const DEPENDENCIES = `module gitlab.com/elixxir/client @@ -31,7 +31,7 @@ require ( gitlab.com/elixxir/primitives v0.0.3-0.20211222194918-5c28e9620d4e gitlab.com/xx_network/comms v0.0.4-0.20211222194906-4c28450f7144 gitlab.com/xx_network/crypto v0.0.5-0.20211222194842-09692b01f03e - gitlab.com/xx_network/primitives v0.0.4-0.20211222005558-11c44d609c7d + gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 golang.org/x/net v0.0.0-20210525063256-abc453219eb5 google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect diff --git a/go.mod b/go.mod index 547faa179..f2db76f17 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( gitlab.com/elixxir/primitives v0.0.3-0.20211222194918-5c28e9620d4e gitlab.com/xx_network/comms v0.0.4-0.20211222194906-4c28450f7144 gitlab.com/xx_network/crypto v0.0.5-0.20211222194842-09692b01f03e - gitlab.com/xx_network/primitives v0.0.4-0.20211222005558-11c44d609c7d + gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 golang.org/x/net v0.0.0-20210525063256-abc453219eb5 google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect diff --git a/go.sum b/go.sum index 8a5cae656..7af7ff0c8 100644 --- a/go.sum +++ b/go.sum @@ -279,8 +279,9 @@ gitlab.com/xx_network/crypto v0.0.5-0.20211222194842-09692b01f03e/go.mod h1:hjs5 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= -gitlab.com/xx_network/primitives v0.0.4-0.20211222005558-11c44d609c7d h1:EaEYu9HJRtLD2xM0wNL+udHGkXG+b5uBkosjMh3wAV4= gitlab.com/xx_network/primitives v0.0.4-0.20211222005558-11c44d609c7d/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE= +gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0 h1:IHHb59DJEKk02HgfxddqK2ilvkRMAUdPIBFn8rmjjIg= +gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0/go.mod h1:9imZHvYwNFobxueSvVtHneZLk9wTK7HQTzxPm+zhFhE= gitlab.com/xx_network/ring v0.0.3-0.20210527191221-ce3f170aabd5 h1:FY+4Rh1Q2rgLyv10aKJjhWApuKRCR/054XhreudfAvw= gitlab.com/xx_network/ring v0.0.3-0.20210527191221-ce3f170aabd5/go.mod h1:aLzpP2TiZTQut/PVHR40EJAomzugDdHXetbieRClXIM= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -- GitLab