-
- Downloads
Update deps
parent
10e88827
No related branches found
No related tags found
... | ... | @@ -4,16 +4,14 @@ go 1.13 |
require ( | ||
github.com/aws/aws-lambda-go v1.8.1 // indirect | ||
github.com/badoux/checkmail v1.2.1 // indirect | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/katzenpost/core v0.0.14 | ||
github.com/nyaruka/phonenumbers v1.0.60 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/stretchr/testify v1.6.1 // indirect | ||
gitlab.com/elixxir/crypto v0.0.6 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20201116174806-97f190989704 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210409190923-7bf3cd8d97e7 | ||
gitlab.com/xx_network/comms v0.0.4-0.20210414191603-0904bc6eeda2 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210413200952-56bd15ec9d99 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210412170941-7ef69bce5a5c | ||
... | ... | @@ -25,7 +23,6 @@ require ( |
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/grpc v1.31.0 | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect | ||
) | ||
... | ... |
Please register or sign in to comment