From 0bcb84c2645ef849d41b34bb30405c87879e986b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:02:47 +0000 Subject: [PATCH] Bump github.com/trustwallet/go-primitives from 0.0.76 to 0.0.79 Bumps [github.com/trustwallet/go-primitives](https://github.com/trustwallet/go-primitives) from 0.0.76 to 0.0.79. - [Release notes](https://github.com/trustwallet/go-primitives/releases) - [Commits](https://github.com/trustwallet/go-primitives/compare/v0.0.76...v0.0.79) --- updated-dependencies: - dependency-name: github.com/trustwallet/go-primitives dependency-type: direct:production update-type: version-update:semver-patch ... 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 0c3da6d223a..62169eb49dd 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.5 github.com/trustwallet/go-libs v0.7.4 - github.com/trustwallet/go-primitives v0.0.76 + github.com/trustwallet/go-primitives v0.0.79 ) require ( diff --git a/go.sum b/go.sum index 66b96a9de0a..05b8493793b 100644 --- a/go.sum +++ b/go.sum @@ -240,8 +240,8 @@ github.com/trustwallet/assets-go-libs v0.3.5 h1:xYgaDdy0VG9H3dHq+Cp830vYaZUHWA0S github.com/trustwallet/assets-go-libs v0.3.5/go.mod h1:03cXr+ABmrdDXZkoPPdP6h3oN2RCsGPx6QqILORpEW0= github.com/trustwallet/go-libs v0.7.4 h1:VrNSrjdsq/VJR/DUorg2QA5hVoPHn8vz58JRZueeiCI= github.com/trustwallet/go-libs v0.7.4/go.mod h1:5TQECBJo2ZUhGvB4pTKtyYeclGhzlYooVv/EufU4Axk= -github.com/trustwallet/go-primitives v0.0.76 h1:oNrbXLwxIjJYzv59W1UQOLY9FE69JAWEDg9sQeMRDS0= -github.com/trustwallet/go-primitives v0.0.76/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= +github.com/trustwallet/go-primitives v0.0.79 h1:zH07Jf9CQDJX8WtFAZa1IMfxPmpCCb6s7h9aDZH05MM= +github.com/trustwallet/go-primitives v0.0.79/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=