From 11079a6b033307f7a3676852bcd08d302f4fa55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 02:49:58 +0000 Subject: [PATCH] Bump github.com/trustwallet/go-primitives from 0.0.81 to 0.1.14 Bumps [github.com/trustwallet/go-primitives](https://github.com/trustwallet/go-primitives) from 0.0.81 to 0.1.14. - [Release notes](https://github.com/trustwallet/go-primitives/releases) - [Commits](https://github.com/trustwallet/go-primitives/compare/v0.0.81...v0.1.14) --- updated-dependencies: - dependency-name: github.com/trustwallet/go-primitives 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 3fb262bb4dff3..b8585e6c65198 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.6 github.com/trustwallet/go-libs v0.7.3 - github.com/trustwallet/go-primitives v0.0.81 + github.com/trustwallet/go-primitives v0.1.14 ) require ( diff --git a/go.sum b/go.sum index d8ca96376302f..efc3f6e7f590e 100644 --- a/go.sum +++ b/go.sum @@ -240,8 +240,8 @@ github.com/trustwallet/assets-go-libs v0.3.6 h1:JJO/1R8YxMiYt8aDq1ttIhMEj8zjh/Lm github.com/trustwallet/assets-go-libs v0.3.6/go.mod h1:4BokTTw6UBPEsyXv8jHmX07bKECLcDbzX8YnIBNrCg8= 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.0.81 h1:ux7RvMp0K7cwkitoxhWGbfo3aYrp4F9hJAkj4pFkmfs= -github.com/trustwallet/go-primitives v0.0.81/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= +github.com/trustwallet/go-primitives v0.1.14 h1:9bm0mYOLwu8hANivb1p/aV7f34AAENkvtHlyBhvY4Qk= +github.com/trustwallet/go-primitives v0.1.14/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=