Skip to content
Snippets Groups Projects
Select Git revision
  • 5011f3fee43ba97c0f2e90bc6b226a7e07ebf29e
  • 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

gcMessages.pb.go

Blame
  • version_vars.go 1.37 KiB
    // Code generated by go generate; DO NOT EDIT.
    // This file was generated by robots at
    // 2020-08-04 15:18:17.826965 -0700 PDT m=+0.018357848
    package globals
    
    const GITVERSION = `6ba2017 rerun go mod`
    const SEMVER = "1.4.0"
    const DEPENDENCIES = `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.2
    	github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
    	github.com/pelletier/go-toml v1.6.0 // indirect
    	github.com/pkg/errors v0.9.1
    	github.com/smartystreets/assertions v1.0.1 // indirect
    	github.com/spf13/afero v1.2.2 // indirect
    	github.com/spf13/cast v1.3.1 // indirect
    	github.com/spf13/cobra v1.0.0
    	github.com/spf13/jwalterweatherman v1.1.0
    	github.com/spf13/pflag v1.0.5 // indirect
    	github.com/spf13/viper v1.6.2
    	gitlab.com/elixxir/comms v0.0.0-20200804221307-9761162902c8
    	gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4
    	gitlab.com/elixxir/ekv v0.0.0-20200729182028-159355ea5842
    	gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40
    	gitlab.com/xx_network/comms v0.0.0-20200804221726-40511219ec58
    	gitlab.com/xx_network/primitives v0.0.0-20200804183002-f99f7a7284da
    	golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
    	gopkg.in/ini.v1 v1.52.0 // indirect
    )
    
    replace google.golang.org/grpc => github.com/grpc/grpc-go v1.27.1
    `