From f343499f0dc11b07022cbb18d00b918964c62a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:05:16 +0000 Subject: [PATCH] Bump github.com/trustwallet/go-primitives from 0.1.32 to 0.2.4 Bumps [github.com/trustwallet/go-primitives](https://github.com/trustwallet/go-primitives) from 0.1.32 to 0.2.4. - [Release notes](https://github.com/trustwallet/go-primitives/releases) - [Commits](https://github.com/trustwallet/go-primitives/compare/v0.1.32...v0.2.4) --- updated-dependencies: - dependency-name: github.com/trustwallet/go-primitives dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1dc3304ff84eb..b4f6bcfd13ece 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/trustwallet/assets-go-libs v0.3.9-0.20240905070109-9da7e7c4847a github.com/trustwallet/go-libs v0.7.3 - github.com/trustwallet/go-primitives v0.1.32 + github.com/trustwallet/go-primitives v0.2.4 ) require ( diff --git a/go.sum b/go.sum index 43cfa97b04a41..66a1402303726 100644 --- a/go.sum +++ b/go.sum @@ -250,8 +250,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.7.3 h1:X5KTj2/582Iv/3Pbm9AKPABBlwGE0tLGbQir66jD6U0= github.com/trustwallet/go-libs v0.7.3/go.mod h1:5TQECBJo2ZUhGvB4pTKtyYeclGhzlYooVv/EufU4Axk= -github.com/trustwallet/go-primitives v0.1.32 h1:x6lDk+Y/W+qH0FNiEUorh3fOaFAOQYUXWSfnWfQg93I= -github.com/trustwallet/go-primitives v0.1.32/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= +github.com/trustwallet/go-primitives v0.2.4 h1:YqFvY6H1TZw/ogCDQ66yONcmeA43M9WF1tsi6WWDyQw= +github.com/trustwallet/go-primitives v0.2.4/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=