From 17881c34f5b1d97a3c3feac47181c195a151cf64 Mon Sep 17 00:00:00 2001 From: daniel <24758309+unanoc@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:39:14 +0300 Subject: [PATCH] Fetch new go-primitives with CW20 type support (#18387) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 50ab3101d..5f80bdd1b 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.3.0 github.com/trustwallet/assets-go-libs v0.1.0 github.com/trustwallet/go-libs v0.2.26 - github.com/trustwallet/go-primitives v0.0.30 + github.com/trustwallet/go-primitives v0.0.33 ) require ( diff --git a/go.sum b/go.sum index b2781f05f..dc8dc00e0 100644 --- a/go.sum +++ b/go.sum @@ -344,8 +344,8 @@ github.com/trustwallet/assets-go-libs v0.1.0 h1:MLbtjz8OxCFy2NRE4g6Ol50OUsusL82V github.com/trustwallet/assets-go-libs v0.1.0/go.mod h1:2kTQMbtDRmYJLMzB/HMIy7vVpUYvT3Bp3u3XIal+Zk8= github.com/trustwallet/go-libs v0.2.26 h1:WpDc7X23EQwdrMRZ1JqXWXUk15+8pfej4pTt/3hBIJo= github.com/trustwallet/go-libs v0.2.26/go.mod h1:7QdAp1lcteKKI0DYqGoaO8KO4eTNYjGmg8vHy0YXkKc= -github.com/trustwallet/go-primitives v0.0.30 h1:KnNU7RSGlNeczD3P44NVRaYfAcxkbBELxNZD6kL4Qc0= -github.com/trustwallet/go-primitives v0.0.30/go.mod h1:jLqd7rm+4EYG5JdpxhngM9HwbqfEXzKy/wK4vUB7STs= +github.com/trustwallet/go-primitives v0.0.33 h1:QdB5KP6tUF0s50h6v/a1ebPoI2cZyDDIdx33qTgQus0= +github.com/trustwallet/go-primitives v0.0.33/go.mod h1:jLqd7rm+4EYG5JdpxhngM9HwbqfEXzKy/wK4vUB7STs= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=