Skip to content
Snippets Groups Projects
Select Git revision
  • e63d5c66d7f1bff1c75f80166654c10d33da5e18
  • release default protected
  • 11-22-implement-kv-interface-defined-in-collectiveversionedkvgo
  • hotfix/TestHostPool_UpdateNdf_AddFilter
  • XX-4719/announcementChannels
  • xx-4717/logLevel
  • jonah/noob-channel
  • master protected
  • XX-4707/tagDiskJson
  • xx-4698/notification-retry
  • hotfix/notifylockup
  • syncNodes
  • hotfix/localCB
  • XX-4677/NewChanManagerMobile
  • XX-4689/DmSync
  • duplicatePrefix
  • XX-4601/HavenInvites
  • finalizedUICallbacks
  • XX-4673/AdminKeySync
  • debugNotifID
  • anne/test
  • v4.7.5
  • v4.7.4
  • v4.7.3
  • v4.7.2
  • v4.7.1
  • v4.6.3
  • v4.6.1
  • v4.5.0
  • v4.4.4
  • v4.3.11
  • v4.3.8
  • v4.3.7
  • v4.3.6
  • v4.3.5
  • v4.2.0
  • v4.3.0
  • v4.3.4
  • v4.3.3
  • v4.3.2
  • v4.3.1
41 results

go.mod

Blame
  • user avatar
    Benjamin Wenger authored
    b2ae067f
    History
    This project manages its dependencies using Go Modules. Learn more
    go.mod 3.28 KiB
    module gitlab.com/elixxir/client
    
    go 1.17
    
    require (
    	github.com/cloudflare/circl v1.2.0
    	github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
    	github.com/golang/protobuf v1.5.2
    	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
    	github.com/pkg/errors v0.9.1
    	github.com/pkg/profile v1.6.0
    	github.com/spf13/cobra v1.5.0
    	github.com/spf13/jwalterweatherman v1.1.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/comms v0.0.4-0.20220913220502-eed192f654bd
    	gitlab.com/elixxir/crypto v0.0.7-0.20220919165806-fc1d25b4fd1d
    	gitlab.com/elixxir/ekv v0.2.1
    	gitlab.com/elixxir/primitives v0.0.3-0.20220901220638-1acc75fabdc6
    	gitlab.com/xx_network/comms v0.0.4-0.20220913215811-c4bf83b27de3
    	gitlab.com/xx_network/crypto v0.0.5-0.20220913213008-98764f5b3287
    	gitlab.com/xx_network/primitives v0.0.4-0.20220809193445-9fc0a5209548
    	go.uber.org/ratelimit v0.2.0
    	golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
    	golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
    	google.golang.org/grpc v1.49.0
    	google.golang.org/protobuf v1.28.1
    )
    
    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/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/fsnotify/fsnotify v1.5.4 // 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/klauspost/compress v1.11.7 // indirect
    	github.com/klauspost/cpuid/v2 v2.1.0 // indirect
    	github.com/ktr0731/grpc-web-go-client v0.2.8 // indirect
    	github.com/magiconair/properties v1.8.6 // indirect
    	github.com/mitchellh/go-homedir v1.1.0 // indirect
    	github.com/mitchellh/mapstructure v1.5.0 // indirect
    	github.com/pelletier/go-toml v1.9.5 // 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/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/pflag v1.0.5 // 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
    	github.com/zeebo/blake3 v0.2.3 // 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/text v0.3.7 // indirect
    	google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // 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
    )