Skip to content
Snippets Groups Projects
Commit e8ed7401 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Update version

parent 4600e5df
No related branches found
No related tags found
1 merge request!510Release
...@@ -18,7 +18,7 @@ import ( ...@@ -18,7 +18,7 @@ import (
) )
// Change this value to set the version for this build // Change this value to set the version for this build
const currentVersion = "4.3.0" const currentVersion = "4.3.1"
func Version() string { func Version() string {
out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER, out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER,
......
// 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
// 2022-10-17 12:52:49.822998 -0500 CDT m=+0.037589931 // 2022-10-28 02:19:26.226104055 +0000 UTC m=+0.009764820
package xxdk package xxdk
const GITVERSION = `a401d138 update deps` const GITVERSION = `4600e5df reduced paralell message pickup`
const SEMVER = "4.3.0" const SEMVER = "4.3.1"
const DEPENDENCIES = `module gitlab.com/elixxir/client const DEPENDENCIES = `module gitlab.com/elixxir/client
go 1.17 go 1.17
...@@ -22,13 +22,13 @@ require ( ...@@ -22,13 +22,13 @@ require (
github.com/spf13/viper v1.12.0 github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0 github.com/stretchr/testify v1.8.0
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f
gitlab.com/elixxir/comms v0.0.4-0.20221017173926-4eaa6061dfaa gitlab.com/elixxir/comms v0.0.4-0.20221027214216-31527f2bb34c
gitlab.com/elixxir/crypto v0.0.7-0.20221017173452-565da4101a3b gitlab.com/elixxir/crypto v0.0.7-0.20221027040529-dbcb6eb2b087
gitlab.com/elixxir/ekv v0.2.1 gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.20221017172918-6176818d1aba gitlab.com/elixxir/primitives v0.0.3-0.20221025020430-f5d2eb330fbc
gitlab.com/xx_network/comms v0.0.4-0.20221017172508-09e33697dc15 gitlab.com/xx_network/comms v0.0.4-0.20221027213956-c8a8cf68ee4f
gitlab.com/xx_network/crypto v0.0.5-0.20221017172404-b384a8d8b171 gitlab.com/xx_network/crypto v0.0.5-0.20221025020316-517fa8f91d2c
gitlab.com/xx_network/primitives v0.0.4-0.20221017171439-42169a3e5c0d gitlab.com/xx_network/primitives v0.0.4-0.20221025020003-cbec15a71b8f
go.uber.org/ratelimit v0.2.0 go.uber.org/ratelimit v0.2.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
...@@ -37,7 +37,7 @@ require ( ...@@ -37,7 +37,7 @@ require (
) )
require ( require (
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20220908170150-ef04339ffe65 // indirect git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221027213839-7343cd399f14 // indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/badoux/checkmail v1.2.1 // indirect github.com/badoux/checkmail v1.2.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect github.com/cenkalti/backoff/v4 v4.1.3 // indirect
...@@ -69,7 +69,7 @@ require ( ...@@ -69,7 +69,7 @@ require (
github.com/ttacon/libphonenumber v1.2.1 // indirect github.com/ttacon/libphonenumber v1.2.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect github.com/zeebo/blake3 v0.2.3 // indirect
gitlab.com/xx_network/ring v0.0.3-0.20220222211904-da613960ad93 // indirect gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect
go.uber.org/atomic v1.10.0 // indirect go.uber.org/atomic v1.10.0 // indirect
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
golang.org/x/text v0.3.7 // indirect golang.org/x/text v0.3.7 // indirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment