-
- Downloads
improve Makefile
parent
f311e892
No related branches found
No related tags found
module gitlab.com/xx_network/crypto | module gitlab.com/xx_network/crypto | ||
go 1.13 | go 1.17 | ||
require ( | require ( | ||
github.com/mitchellh/go-homedir v1.1.0 | github.com/mitchellh/go-homedir v1.1.0 | ||
... | @@ -8,9 +8,13 @@ require ( | ... | @@ -8,9 +8,13 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/tyler-smith/go-bip39 v1.1.0 | github.com/tyler-smith/go-bip39 v1.1.0 | ||
github.com/zeebo/blake3 v0.1.1 | github.com/zeebo/blake3 v0.1.1 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0 | gitlab.com/xx_network/primitives v0.0.4-0.20220222211843-901fa4a2d72b | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d // indirect | |||
google.golang.org/grpc v1.31.0 | google.golang.org/grpc v1.31.0 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ) | ||
require ( | |||
github.com/golang/protobuf v1.4.2 // indirect | |||
golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d // indirect | |||
google.golang.org/protobuf v1.23.0 // indirect | |||
) | ) |
Please register or sign in to comment