Skip to content
Snippets Groups Projects
Select Git revision
  • 1c0b7584ff8bba1e9628ff1b11a8be4c4e3a97b3
  • release default
  • master protected
  • feature/xx-4717/logLevel
  • XX-4626/SingleUsePackage
  • josh/DmPackage
  • xx-4437/no-registration
  • feature/project/DM
  • project/channels
  • feature/ctidh
  • Jakub/rootless-CI
  • jono/wasmDemo
  • feature/XX-4108/updateProtoc
  • feature/hotfix/unsafe_send_to_self
  • Anne/OldSessionTesting
  • hotfix/groupChat
  • josh/groupCreationScript
  • feature/XX-3797/restore
  • feature/XX-3789/DeleteIndividualRequests
  • dev
  • feature/debugSendCMIX
21 results

LoremIpsum.txt

Blame
  • go.mod 1.58 KiB
    module gitlab.com/elixxir/client
    
    go 1.13
    
    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/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/smartystreets/assertions v1.0.1 // indirect
    	github.com/spf13/afero v1.5.1 // indirect
    	github.com/spf13/cast v1.3.1 // indirect
    	github.com/spf13/cobra v1.1.1
    	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.20210210215855-f8a4b9751c59
    	gitlab.com/elixxir/crypto v0.0.7-0.20210210215733-951b4e717763
    	gitlab.com/elixxir/ekv v0.1.4
    	gitlab.com/elixxir/primitives v0.0.3-0.20210210215643-bf48247248e5
    	gitlab.com/xx_network/comms v0.0.4-0.20210210215624-622913c0a215
    	gitlab.com/xx_network/crypto v0.0.5-0.20210210215543-446333e9022e
    	gitlab.com/xx_network/primitives v0.0.4-0.20210210215152-e4534abf3ae5
    	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
    	golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
    	golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
    	google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
    	google.golang.org/grpc v1.34.0 // indirect
    	google.golang.org/protobuf v1.25.0
    	gopkg.in/ini.v1 v1.62.0 // indirect
    )
    
    replace google.golang.org/grpc => github.com/grpc/grpc-go v1.27.1