Upgrade go-primitives

This commit is contained in:
covain 2022-05-20 14:22:35 +02:00
parent 881d3098bc
commit 42b48e179f
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -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 (

2
go.sum
View File

@ -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=