-
- Downloads
update gomod version
module gitlab.com/elixxir/client | ||
go 1.13 | ||
go 1.17 | ||
require ( | ||
github.com/cloudflare/circl v1.0.1-0.20211008185751-59b49bc148ce | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.5.2 | ||
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/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
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.20220128193157-34178165415d | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220110170041-7e42f2e8b062 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220209170739-af304c494917 | ||
gitlab.com/elixxir/ekv v0.1.6 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f | ||
gitlab.com/xx_network/comms v0.0.4-0.20220126231737-fe2338016cce | ||
gitlab.com/xx_network/crypto v0.0.5-0.20211227194420-f311e8920467 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 | ||
google.golang.org/grpc v1.42.0 | ||
google.golang.org/protobuf v1.27.1 | ||
) | ||
require ( | ||
github.com/badoux/checkmail v1.2.1 // indirect | ||
github.com/elliotchance/orderedmap v1.4.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect | ||
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/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.2.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.1.1 // indirect | ||
gitlab.com/xx_network/ring v0.0.3-0.20210527191221-ce3f170aabd5 // indirect | ||
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Please register or sign in to comment