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
ff2e787f
Commit
ff2e787f
authored
1 year ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
v4.7.1
parent
7fb8084e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xxdk/version_vars.go
+51
-44
51 additions, 44 deletions
xxdk/version_vars.go
with
51 additions
and
44 deletions
xxdk/version_vars.go
+
51
−
44
View file @
ff2e787f
// 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
// 2023-
07-27 11:01:43.013788949 -0700 PDT m=+0.011663393
// 2023-
12-19 22:15:35.941567886 +0000 UTC m=+0.009900697
package
xxdk
package
xxdk
const
GITVERSION
=
`
459c005b Bump minor version
`
const
GITVERSION
=
`
7fb8084e remove duplicate import
`
const
SEMVER
=
"4.7.
0
"
const
SEMVER
=
"4.7.
1
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
go 1.19
go 1.19
require (
require (
github.com/cloudflare/circl v1.
2.0
github.com/cloudflare/circl v1.
3.6
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.5.
2
github.com/golang/protobuf v1.5.
3
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.9.1
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.
6
.0
github.com/pkg/profile v1.
7
.0
github.com/spf13/cobra v1.
5
.0
github.com/spf13/cobra v1.
8
.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.18.2
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.4
gitlab.com/elixxir/bloomfilter v0.0.0-20230322223210-fa84f6842de8
gitlab.com/elixxir/bloomfilter v0.0.1
gitlab.com/elixxir/crypto v0.0.7-0.20230614183801-387e0cb8e76f
gitlab.com/elixxir/comms v0.0.4
gitlab.com/elixxir/ekv v0.3.1-0.20230620180825-838848b00f19
gitlab.com/elixxir/crypto v0.0.9
gitlab.com/elixxir/primitives v0.0.3-0.20230613193928-8cf8bdd777ef
gitlab.com/elixxir/ekv v0.4.0
gitlab.com/elixxir/wasm-utils v0.0.0-20230615222914-185dd3a6fa08
gitlab.com/elixxir/primitives v0.0.4
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d
gitlab.com/elixxir/wasm-utils v0.0.1
gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd
gitlab.com/xx_network/comms v0.0.6
gitlab.com/xx_network/primitives v0.0.4-0.20230522171102-940cdd68e516
gitlab.com/xx_network/crypto v0.0.6
go.uber.org/ratelimit v0.2.0
gitlab.com/xx_network/primitives v0.0.5
golang.org/x/crypto v0.5.0
go.uber.org/ratelimit v0.3.0
golang.org/x/net v0.5.0
golang.org/x/crypto v0.17.0
google.golang.org/grpc v1.49.0
golang.org/x/net v0.19.0
google.golang.org/protobuf v1.28.1
google.golang.org/grpc v1.59.0
gorm.io/driver/sqlite v1.4.4
google.golang.org/protobuf v1.31.0
gorm.io/gorm v1.24.3
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.5
)
)
require (
require (
filippo.io/edwards25519 v1.0.0 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20230214175953-5b5a8c33d28a // indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20230214175953-5b5a8c33d28a // indirect
github.com/Max-Sum/base32768 v0.0.0-20230304063302-18e6ce5945fd // indirect
github.com/Max-Sum/base32768 v0.0.0-20230304063302-18e6ce5945fd // 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/benbjohnson/clock v1.3.0 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/davecgh/go-spew v1.1.
1
// indirect
github.com/davecgh/go-spew v1.1.
2-0.20180830191138-d8f796af33cc
// indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/elliotchance/orderedmap v1.4.0 // indirect
github.com/elliotchance/orderedmap v1.5.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/gorilla/websocket v1.5.0 // 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/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.
0
.0 // indirect
github.com/inconshreveable/mousetrap v1.
1
.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.1
5.9
// indirect
github.com/klauspost/compress v1.1
7.0
// 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.
7
// indirect
github.com/mattn/go-sqlite3 v1.14.1
5
// indirect
github.com/mattn/go-sqlite3 v1.14.1
7
// 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/oasisprotocol/curve25519-voi v0.0.0-20221003100820-41fad3beba17 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20221003100820-41fad3beba17 // indirect
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sethvargo/go-diceware v0.3.0 // 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/soheilhy/cmux v0.1.5 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.
4
.0 // indirect
github.com/subosito/gotenv v1.
6
.0 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
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/elixxir/comms v0.0.4-0.20230718154315-08043221466a // indirect
gitlab.com/xx_network/ring v0.0.3 // indirect
gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
gitlab.com/yawning/nyquist.git v0.0.0-20221003103146-de5645224a22 // indirect
gitlab.com/yawning/nyquist.git v0.0.0-20221003103146-de5645224a22 // indirect
gitlab.com/yawning/x448.git v0.0.0-20221003101044-617eb9b7d9b7 // indirect
gitlab.com/yawning/x448.git v0.0.0-20221003101044-617eb9b7d9b7 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/sys v0.4.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
gopkg.in/ini.v1 v1.67.0 // 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
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