Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
xxdk-wasm
Merge requests
!16
updated deps
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
updated deps
hotfix/hostpoolSelection
into
release
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Benjamin Wenger
requested to merge
hotfix/hostpoolSelection
into
release
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
release
version 1
70940659
2 years ago
release (base)
and
latest version
latest version
532cbad5
2 commits,
2 years ago
version 1
70940659
1 commit,
2 years ago
2 files
+
37
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
go.mod
+
18
−
1
Options
@@ -7,7 +7,7 @@ require (
github.com/hack-pad/go-indexeddb
v0.2.0
github.com/pkg/errors
v0.9.1
github.com/spf13/jwalterweatherman
v1.1.0
gitlab.com/elixxir/client
v1.5.1-0.2022101
8172737-bd006184ff48
gitlab.com/elixxir/client
v1.5.1-0.2022101
9000148-2cece7473a2b
gitlab.com/elixxir/crypto
v0.0.7-0.20221017204335-9201b3672f3a
gitlab.com/elixxir/primitives
v0.0.3-0.20221017172918-6176818d1aba
gitlab.com/xx_network/crypto
v0.0.5-0.20221017172404-b384a8d8b171
@@ -23,20 +23,34 @@ require (
github.com/cloudflare/circl
v1.2.0 // indirect
github.com/desertbit/timer
v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/elliotchance/orderedmap
v1.4.0 // indirect
github.com/fsnotify/fsnotify
v1.5.4 // indirect
github.com/golang-collections/collections
v0.0.0-20130729185459-604e922904d3 // indirect
github.com/golang/protobuf
v1.5.2 // indirect
github.com/gorilla/websocket
v1.5.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/json-iterator/go
v1.1.12 // indirect
github.com/klauspost/compress
v1.11.7 // indirect
github.com/klauspost/cpuid/v2
v2.1.0 // indirect
github.com/magiconair/properties
v1.8.6 // indirect
github.com/mattn/go-isatty
v0.0.14 // indirect
github.com/mitchellh/go-homedir
v1.1.0 // indirect
github.com/mitchellh/mapstructure
v1.5.0 // indirect
github.com/nfnt/resize
v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pelletier/go-toml
v1.9.5 // indirect
github.com/pelletier/go-toml/v2
v2.0.2 // indirect
github.com/pkg/profile
v1.6.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/soheilhy/cmux
v0.1.5 // indirect
github.com/spf13/afero
v1.9.2 // indirect
github.com/spf13/cast
v1.5.0 // indirect
github.com/spf13/cobra
v1.5.0 // indirect
github.com/spf13/pflag
v1.0.5 // indirect
github.com/spf13/viper
v1.12.0 // indirect
github.com/subosito/gotenv
v1.4.0 // indirect
github.com/ttacon/builder
v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber
v1.2.1 // indirect
github.com/tyler-smith/go-bip39
v1.1.0 // indirect
@@ -54,5 +68,8 @@ require (
google.golang.org/genproto
v0.0.0-20220822174746-9e6da59bd2fc // indirect
google.golang.org/grpc
v1.49.0 // indirect
google.golang.org/protobuf
v1.28.1 // indirect
gopkg.in/ini.v1
v1.66.6 // indirect
gopkg.in/yaml.v2
v2.4.0 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
nhooyr.io/websocket
v1.8.7 // indirect
)
Loading