diff --git a/go.mod b/go.mod index 09c578665..80da41394 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.3.0 github.com/trustwallet/assets-go-libs v0.2.0 github.com/trustwallet/go-libs v0.3.13 - github.com/trustwallet/go-primitives v0.0.44 + github.com/trustwallet/go-primitives v0.0.45 ) require ( diff --git a/go.sum b/go.sum index 5167efc80..13f1d4757 100644 --- a/go.sum +++ b/go.sum @@ -435,6 +435,8 @@ github.com/trustwallet/go-libs v0.3.13/go.mod h1:FuDoyKxhE1IgLPWMfU1PFok87MqfYm/ github.com/trustwallet/go-primitives v0.0.40/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0= github.com/trustwallet/go-primitives v0.0.44 h1:PEa3MxsP117hypr9iLr+VrKkEubArTOiJVYTPhLc6Vo= github.com/trustwallet/go-primitives v0.0.44/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0= +github.com/trustwallet/go-primitives v0.0.45 h1:SFeAUgFc4slZGA26pcEGGaCKrqHvmZa5CFvSjbmv4KM= +github.com/trustwallet/go-primitives v0.0.45/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=