Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
67ad73a8
Commit
67ad73a8
authored
Apr 13, 2021
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
update ver
parent
85de14e3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
api/version_vars.go
+12
-14
12 additions, 14 deletions
api/version_vars.go
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
go.sum
+0
-10
0 additions, 10 deletions
go.sum
with
13 additions
and
25 deletions
api/version_vars.go
+
12
−
14
View file @
67ad73a8
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2021-04-
02 08:56:27.8657223
-0
7
00
P
DT m=+0.0
54483401
// 2021-04-
13 12:33:46.411938
-0
5
00
C
DT m=+0.0
38814530
package
api
const
GITVERSION
=
`
6020ab79 removed an extranious print
`
const
SEMVER
=
"2.
3
.0"
const
GITVERSION
=
`
85de14e3 Merge branch 'release' into XX-3134/GwHostPool
`
const
SEMVER
=
"2.
4
.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.13
...
...
@@ -13,12 +13,10 @@ require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.4.3
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/liyue201/goqr v0.0.0-20200803022322-df443203d4ea
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
...
...
@@ -26,15 +24,15 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.7.1
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
gitlab.com/elixxir/comms v0.0.4-0.202104
01210158-6053ad2e224c
gitlab.com/elixxir/crypto v0.0.7-0.202104
0
12
10040-b7f1da24ef1
3
gitlab.com/elixxir/ekv v0.1.
4
gitlab.com/elixxir/primitives v0.0.3-0.2021040
1175645-9b7b92f74ec4
gitlab.com/xx_network/comms v0.0.4-0.2021040
1160731-7b8890cdd8ad
gitlab.com/xx_network/crypto v0.0.5-0.2021040
1160648-4f06cace9123
gitlab.com/xx_network/primitives v0.0.4-0.20210
331161816-ed23858bdb93
golang.org/x/crypto v0.0.0-202
01221181555-eec23a3978ad
golang.org/x/
net
v0.0.0-202
01224014010-6772e930b67b
// indirect
gitlab.com/elixxir/comms v0.0.4-0.202104
13160356-853e51fc18e5
gitlab.com/elixxir/crypto v0.0.7-0.20210412
231025-6f75c577f80
3
gitlab.com/elixxir/ekv v0.1.
5
gitlab.com/elixxir/primitives v0.0.3-0.2021040
9190923-7bf3cd8d97e7
gitlab.com/xx_network/comms v0.0.4-0.2021040
9202820-eb3dca6571d3
gitlab.com/xx_network/crypto v0.0.5-0.2021040
5224157-2b1f387b42c1
gitlab.com/xx_network/primitives v0.0.4-0.20210
402222416-37c1c4d3fac4
golang.org/x/crypto v0.0.0-202
10322153248-0c34fe9e7dc2
golang.org/x/
sys
v0.0.0-202
10403161142-5e06dd20ab57
// indirect
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
google.golang.org/grpc v1.34.0 // indirect
google.golang.org/protobuf v1.26.0-rc.1
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
67ad73a8
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"2.
3
.0"
const
currentVersion
=
"2.
4
.0"
func
Version
()
string
{
out
:=
fmt
.
Sprintf
(
"Elixxir Client v%s -- %s
\n\n
"
,
api
.
SEMVER
,
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
0
−
10
View file @
67ad73a8
...
...
@@ -253,20 +253,12 @@ github.com/zeebo/pcg v1.0.0 h1:dt+dx+HvX8g7Un32rY9XWoYnd0NmKmrIzpHF7qiTDj0=
github.com/zeebo/pcg
v1.0.0/go.mod h1:
09F0S9iiKrwn9rlI5yjLkmrug154/YRW6KnnXVDM/l4=
gitlab.com/elixxir/bloomfilter
v0.0.0-20200930191214-10e9ac31b228 h1:
Gi6rj4mAlK0BJIk1HIzBVMjWNjIUfstrsXC2VqLYPcA=
gitlab.com/elixxir/bloomfilter
v0.0.0-20200930191214-10e9ac31b228/go.mod h1:
H6jztdm0k+wEV2QGK/KYA+MY9nj9Zzatux/qIvDDv3k=
gitlab.com/elixxir/comms
v0.0.4-0.20210409192302-249b5af3dbc8 h1:
k9BLWNw7CHwH4H3gNWA0Q/BXNg7923AFflWJtYZr5z4=
gitlab.com/elixxir/comms
v0.0.4-0.20210409192302-249b5af3dbc8/go.mod h1:
/y5QIivolXMa6TO+ZqFWAV49wxlXXxUCqZH9Zi82kXU=
gitlab.com/elixxir/comms
v0.0.4-0.20210413160356-853e51fc18e5 h1:
Q/+lhZpIDQdIKy9aXNCLkCk8AavFE7HAuaila0sv5mw=
gitlab.com/elixxir/comms
v0.0.4-0.20210413160356-853e51fc18e5/go.mod h1:
0XsJ63n7knUeSX9BDKQG7xGtX6w0l5WsfplSsMbP9iM=
gitlab.com/elixxir/crypto
v0.0.0-20200804182833-984246dea2c4 h1:
28ftZDeYEko7xptCZzeFWS1Iam95dj46TWFVVlKmw6A=
gitlab.com/elixxir/crypto
v0.0.0-20200804182833-984246dea2c4/go.mod h1:
ucm9SFKJo+K0N2GwRRpaNr+tKXMIOVWzmyUD0SbOu2c=
gitlab.com/elixxir/crypto
v0.0.3 h1:
znCt/x2bL4y8czTPaaFkwzdgSgW3BJc/1+dxyf1jqVw=
gitlab.com/elixxir/crypto
v0.0.3/go.mod h1:
ZNgBOblhYToR4m8tj4cMvJ9UsJAUKq+p0gCp07WQmhA=
gitlab.com/elixxir/crypto
v0.0.7-0.20210409192145-eab67f2f8931 h1:
kY/qBfjrZTFHJnvM1IcxB03+ZQL4+ESUjV4I4kCxoE8=
gitlab.com/elixxir/crypto
v0.0.7-0.20210409192145-eab67f2f8931/go.mod h1:
ZktO3MT3oNo+g2Nq0GuC3ebJWJphh7t5KwwDDGBegnY=
gitlab.com/elixxir/crypto
v0.0.7-0.20210412193049-f3718fa4facb h1:
9CT5f+nV4sisutLx8Z3BAEiqjktcCL2ZpEqcpmgzyqA=
gitlab.com/elixxir/crypto
v0.0.7-0.20210412193049-f3718fa4facb/go.mod h1:
ZktO3MT3oNo+g2Nq0GuC3ebJWJphh7t5KwwDDGBegnY=
gitlab.com/elixxir/crypto
v0.0.7-0.20210412195114-be927031747a h1:
DSYIXSCWrwkyHUs2fJMliI4+Bd9h+WA5PXI78uvhCj4=
gitlab.com/elixxir/crypto
v0.0.7-0.20210412195114-be927031747a/go.mod h1:
HMMRBuv/yMqB5c31G9OPlOAifOOqGypCyD5v6py+4vo=
gitlab.com/elixxir/crypto
v0.0.7-0.20210412231025-6f75c577f803 h1:
8sLODlAYRT0Y9NA+uoMoF1qBrBRrW5TikyKAOvyCd+E=
gitlab.com/elixxir/crypto
v0.0.7-0.20210412231025-6f75c577f803/go.mod h1:
HMMRBuv/yMqB5c31G9OPlOAifOOqGypCyD5v6py+4vo=
gitlab.com/elixxir/ekv
v0.1.5 h1:
R8M1PA5zRU1HVnTyrtwybdABh7gUJSCvt1JZwUSeTzk=
...
...
@@ -279,8 +271,6 @@ gitlab.com/elixxir/primitives v0.0.1/go.mod h1:kNp47yPqja2lHSiS4DddTvFpB/4D9dB2Y
gitlab.com/elixxir/primitives
v0.0.3-0.20210409190923-7bf3cd8d97e7 h1:
q3cw7WVtD6hDqTi8ydky+yiqJ4RkWp/hkTSNirr9Z6Y=
gitlab.com/elixxir/primitives
v0.0.3-0.20210409190923-7bf3cd8d97e7/go.mod h1:
h0QHrjrixLNaP24ZXAgDOZXP4eegrQ24BCZPGitg8Jg=
gitlab.com/xx_network/comms
v0.0.0-20200805174823-841427dd5023/go.mod h1:
owEcxTRl7gsoM8c3RQ5KAm5GstxrJp5tn+6JfQ4z5Hw=
gitlab.com/xx_network/comms
v0.0.4-0.20210406210737-45d1e87d294a h1:
r0mvBjHPBCYEVmhEe6JhLQDc0+dCORf1ejtuZ8IbyKY=
gitlab.com/xx_network/comms
v0.0.4-0.20210406210737-45d1e87d294a/go.mod h1:
7ciuA+LTE0GC7upviGbyyb2hrpJG9Pnq2cc5oz2N5Ss=
gitlab.com/xx_network/comms
v0.0.4-0.20210409202820-eb3dca6571d3 h1:
0o9kveRSEQ9ykRh/hd+z9Iq53YNvFArW1RQ6ICdAG5g=
gitlab.com/xx_network/comms
v0.0.4-0.20210409202820-eb3dca6571d3/go.mod h1:
7ciuA+LTE0GC7upviGbyyb2hrpJG9Pnq2cc5oz2N5Ss=
gitlab.com/xx_network/crypto
v0.0.3/go.mod h1:
DF2HYvvCw9wkBybXcXAgQMzX+MiGbFPjwt3t17VRqRE=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment