Skip to content
Snippets Groups Projects
Select Git revision
  • 1d434a4ca852e83ba27dc0a7a72f19f444d2ee67
  • release default protected
  • XX-4719/announcementChannels
  • jonah/channelCodenames
  • master protected
  • XX-4601/HavenInvites
  • sihSize
  • project/HavenNotifications
  • hotfix/base8KeySizes
  • Anne/Project/DM
  • XX-4004_ownership_vector_test
  • XX-3566_constant_time_comparison
  • XX-4132-upgrade-channel-keying
  • XX-4133-rsa-to-private
  • XX-3958/ConnectionCLI
  • xx-3893/asymmetric
  • xx-3891/symmetric-integration
  • hotfix/groupChat
  • XX-3770/UpdateExternalDeps
  • dev
  • waitingRoundsRewrite
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
30 results

certRequest_test.go

  • version_vars.go 1.77 KiB
    // Code generated by go generate; DO NOT EDIT.
    // This file was generated by robots at
    // 2021-03-23 10:00:45.2486862 -0700 PDT m=+0.046875701
    package api
    
    const GITVERSION = `da6ce164 incrememented the version`
    const SEMVER = "2.2.1"
    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.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.20210323165848-495b7efbf1af
    	gitlab.com/elixxir/crypto v0.0.7-0.20210319231554-b73b6e62ddbc
    	gitlab.com/elixxir/ekv v0.1.4
    	gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b
    	gitlab.com/xx_network/comms v0.0.4-0.20210323140408-2b2613abb5a3
    	gitlab.com/xx_network/crypto v0.0.5-0.20210319231335-249c6b1aa323
    	gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a
    	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
    	golang.org/x/net v0.0.0-20201224014010-6772e930b67b // 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
    `