diff --git a/go.mod b/go.mod index 9aa8fd532..11bdd4770 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.10.2 github.com/trustwallet/assets-go-libs v0.3.9-0.20240905070109-9da7e7c4847a github.com/trustwallet/go-libs v0.9.0 - github.com/trustwallet/go-primitives v0.2.8 + github.com/trustwallet/go-primitives v0.2.9 ) require ( diff --git a/go.sum b/go.sum index 87ea7ff7b..8d7916684 100644 --- a/go.sum +++ b/go.sum @@ -103,8 +103,8 @@ github.com/trustwallet/assets-go-libs v0.3.9-0.20240905070109-9da7e7c4847a h1:td github.com/trustwallet/assets-go-libs v0.3.9-0.20240905070109-9da7e7c4847a/go.mod h1:/cgJRCuCysrcqQutXmwR82ck/26qbdmZ5jSBeoc2vIw= github.com/trustwallet/go-libs v0.9.0 h1:17UfDAbkAcRM7q8lNcA627l9sydMOnKqCbcb4abEN+8= github.com/trustwallet/go-libs v0.9.0/go.mod h1:dfYZycN97Cm7Wycg76MwcAcseKxIriB9JsjIGcYMiSk= -github.com/trustwallet/go-primitives v0.2.8 h1:qgTbDRF7VVkn3HJLFbXStnBur+9LQAEpA1DX+chTTDg= -github.com/trustwallet/go-primitives v0.2.8/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= +github.com/trustwallet/go-primitives v0.2.9 h1:B9K14Wb0jA/ZkrQEC2nv80UuP+V1y7t0ojJ3cexfHpQ= +github.com/trustwallet/go-primitives v0.2.9/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08= github.com/ugorji/go/codec v1.3.1 h1:waO7eEiFDwidsBN6agj1vJQ4AG7lh2yqXyOXqhgQuyY=