diff --git a/go.mod b/go.mod index 00f38991c..f58e56354 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.4.0 github.com/trustwallet/assets-go-libs v0.3.0 github.com/trustwallet/go-libs v0.3.13 - github.com/trustwallet/go-primitives v0.0.50 + github.com/trustwallet/go-primitives v0.0.51 ) require ( diff --git a/go.sum b/go.sum index 72ed8bd57..b4ff9929f 100644 --- a/go.sum +++ b/go.sum @@ -59,6 +59,8 @@ github.com/trustwallet/go-primitives v0.0.45 h1:SFeAUgFc4slZGA26pcEGGaCKrqHvmZa5 github.com/trustwallet/go-primitives v0.0.45/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0= github.com/trustwallet/go-primitives v0.0.50 h1:As4oOMAxbzhLF9gR+8FVw775QZ5rgLtO+2G+ju+MeZo= github.com/trustwallet/go-primitives v0.0.50/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0= +github.com/trustwallet/go-primitives v0.0.51 h1:28Ylwe73oOIGiSbVCo5qpaBktPHeR6DVQPovs5cCphc= +github.com/trustwallet/go-primitives v0.0.51/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20220214200702-86341886e292 h1:f+lwQ+GtmgoY+A2YaQxlSOnDjXcQ7ZRLWOHbC6HtRqE=