From 5d32adfe0a37688876a9d8b48dad00143a39d169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 06:24:22 +0000 Subject: [PATCH] Bump github.com/trustwallet/go-primitives from 0.1.8 to 0.1.11 Bumps [github.com/trustwallet/go-primitives](https://github.com/trustwallet/go-primitives) from 0.1.8 to 0.1.11. - [Release notes](https://github.com/trustwallet/go-primitives/releases) - [Commits](https://github.com/trustwallet/go-primitives/compare/v0.1.8...v0.1.11) --- 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 | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 90aff02685600..7d3d8249f4b99 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.7 github.com/trustwallet/go-libs v0.7.3 - github.com/trustwallet/go-primitives v0.1.8 + github.com/trustwallet/go-primitives v0.1.11 ) require ( diff --git a/go.sum b/go.sum index 55097ab557c4c..b9fcb601b1292 100644 --- a/go.sum +++ b/go.sum @@ -236,18 +236,12 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/trustwallet/assets-go-libs v0.3.6 h1:JJO/1R8YxMiYt8aDq1ttIhMEj8zjh/LmWCjYetKr3nc= -github.com/trustwallet/assets-go-libs v0.3.6/go.mod h1:4BokTTw6UBPEsyXv8jHmX07bKECLcDbzX8YnIBNrCg8= github.com/trustwallet/assets-go-libs v0.3.7 h1:i33k7eD1DFG+0mRFkXhB3qjTJPb87KkBi+4W/QAMvxI= github.com/trustwallet/assets-go-libs v0.3.7/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.95 h1:iqJ6VnxxMNnO799ayYvX9iyKo6mDUZ5rAqeb0WcBbgs= -github.com/trustwallet/go-primitives v0.0.95/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= -github.com/trustwallet/go-primitives v0.1.8-0.20231006102715-8e7efc6f7540 h1:vSIML835Df7uygBDUw6aSm59L03jw7p/8gF4tjjNb9A= -github.com/trustwallet/go-primitives v0.1.8-0.20231006102715-8e7efc6f7540/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= -github.com/trustwallet/go-primitives v0.1.8 h1:WjZ80+nJW93PDkbb8401JBOMgU/jJ7C8y9TrMBysICM= -github.com/trustwallet/go-primitives v0.1.8/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= +github.com/trustwallet/go-primitives v0.1.11 h1:w3ZdxL5pN7pZ27YdFZ7tkRK3mXm2Ch+w8lBLywZbTP0= +github.com/trustwallet/go-primitives v0.1.11/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=