diff --git a/api/version_vars.go b/api/version_vars.go index b392c6bb42f2dd625f742356e0a6efad3f08cc74..8ca79de091b8427e4dd1a5f7d0afa55557668dfc 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 547faa1790957e224a11aafee36439d0ed7674a5..f2db76f1775aa6a0b0236a823974b1590e15e780 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 8a5cae6561641ae50988aec3920fe3fff545ed4b..7af7ff0c8a3432250870869adf45074afa406b8e 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=