-
- Downloads
Upgrade depdencies. Note that grpc is fixed, but the rest are safe
... | ... | @@ -7,15 +7,16 @@ require ( |
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/tyler-smith/go-bip39 v1.1.0 | ||
github.com/zeebo/blake3 v0.1.1 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20230724185812-bc6fc6e5341b | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | ||
github.com/zeebo/blake3 v0.2.3 | ||
gitlab.com/xx_network/primitives v0.0.5 | ||
golang.org/x/crypto v0.16.0 | ||
google.golang.org/grpc v1.31.0 | ||
) | ||
require ( | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.12 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
) |
Please register or sign in to comment