Select Git revision
MessengerConnectTests.swift
version_vars.go 1.84 KiB
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2021-07-23 18:37:19.907502706 +0000 UTC m=+0.005262368
package cmd
const GITVERSION = `ae06c5ee Update sign default language`
const SEMVER = "2.5.3"
const DEPENDENCIES = `module gitlab.com/elixxir/server
go 1.13
require (
github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/golang/protobuf v1.5.2
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/jinzhu/copier v0.0.0-20201025035756-632e723a6687
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/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/smartystreets/assertions v1.2.0 // 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/comms v0.0.4-0.20210603164716-b39b297bbb57
gitlab.com/elixxir/crypto v0.0.7-0.20210603164430-a52be8b1a3e8
gitlab.com/elixxir/gpumathsgo v0.1.1-0.20210524170529-eb336d81a1c8
gitlab.com/elixxir/primitives v0.0.3-0.20210603164310-4bd6e45e65e1
gitlab.com/xx_network/comms v0.0.4-0.20210603164237-d0c36076d7f0
gitlab.com/xx_network/crypto v0.0.5-0.20210603164136-743cb9b0a967
gitlab.com/xx_network/primitives v0.0.4-0.20210603164056-0abf3f914f25
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
google.golang.org/grpc v1.38.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.21.7
)
`