From 3539ae9815c4454996f56f06a49b45b721d795f3 Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Sat, 6 Jun 2026 22:03:59 -0700 Subject: [PATCH] =?UTF-8?q?go:=201.26.3=20=E2=86=92=201.26.4=20(security:?= =?UTF-8?q?=20crypto/x509,=20mime,=20net/textproto)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 11bdd4770..d26a32905 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/trustwallet/assets -go 1.26.3 +go 1.26.4 require ( github.com/sirupsen/logrus v1.9.4