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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
aedcb7c1
Commit
aedcb7c1
authored
2 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
update deps
parent
a401d138
No related branches found
No related tags found
3 merge requests
!510
Release
,
!419
rewrote the health tracker to both consider if there are waiting rounds and...
,
!340
Project/channels
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xxdk/version_vars.go
+26
-12
26 additions, 12 deletions
xxdk/version_vars.go
with
26 additions
and
12 deletions
xxdk/version_vars.go
+
26
−
12
View file @
aedcb7c1
// 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-0
9
-1
5
1
0
:52:
12.1953796
-0
7
00
P
DT m=+0.
45157360
1
// 2022-
1
0-1
7
1
2
:52:
49.822998
-0
5
00
C
DT m=+0.
03758993
1
package
xxdk
package
xxdk
const
GITVERSION
=
`
55b66f6b Update proto file
s`
const
GITVERSION
=
`
a401d138 update dep
s`
const
SEMVER
=
"4.
2
.0"
const
SEMVER
=
"4.
3
.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.17
go 1.17
...
@@ -20,35 +20,47 @@ require (
...
@@ -20,35 +20,47 @@ require (
github.com/spf13/cobra v1.5.0
github.com/spf13/cobra v1.5.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.12.0
github.com/spf13/viper v1.12.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.2022
0914220142-601071b77d78
gitlab.com/elixxir/comms v0.0.4-0.2022
1017173926-4eaa6061dfaa
gitlab.com/elixxir/crypto v0.0.7-0.2022
0901215826-1ceaeb59081f
gitlab.com/elixxir/crypto v0.0.7-0.2022
1017173452-565da4101a3b
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.2022
0901220638-1acc75fabdc6
gitlab.com/elixxir/primitives v0.0.3-0.2022
1017172918-6176818d1aba
gitlab.com/xx_network/comms v0.0.4-0.2022
0914220351-2e461edbfe48
gitlab.com/xx_network/comms v0.0.4-0.2022
1017172508-09e33697dc15
gitlab.com/xx_network/crypto v0.0.5-0.2022
0902182733-69aad094b487
gitlab.com/xx_network/crypto v0.0.5-0.2022
1017172404-b384a8d8b171
gitlab.com/xx_network/primitives v0.0.4-0.2022
0902183448-319596e2fec8
gitlab.com/xx_network/primitives v0.0.4-0.2022
1017171439-42169a3e5c0d
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-202208
02
222
814-0bcc04d9c69b
golang.org/x/net v0.0.0-202208222
30855-b0a4917ee28c
google.golang.org/grpc v1.4
8
.0
google.golang.org/grpc v1.4
9
.0
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.28.1
)
)
require (
require (
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20220908170150-ef04339ffe65 // 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/davecgh/go-spew v1.1.1 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/elliotchance/orderedmap v1.4.0 // indirect
github.com/elliotchance/orderedmap v1.4.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/compress v1.11.7 // indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/sethvargo/go-diceware v0.3.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/soheilhy/cmux v0.1.5 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
...
@@ -58,11 +70,13 @@ require (
...
@@ -58,11 +70,13 @@ require (
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.20220222211904-da613960ad93 // 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
google.golang.org/genproto v0.0.0-202208
02133213-ce4fa296bf78
// indirect
google.golang.org/genproto v0.0.0-202208
22174746-9e6da59bd2fc
// indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)
)
`
`
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