From fe0235e7335219fde26d1c2afc8751826837c5a9 Mon Sep 17 00:00:00 2001 From: MarkCherepovskyi Date: Thu, 28 Nov 2024 17:30:15 +0200 Subject: [PATCH] code style --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index 4fee433e..62d72fbb 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/rarimo/rarimo-core go 1.21 -toolchain go1.23.2 - require ( cosmossdk.io/errors v1.0.1 cosmossdk.io/math v1.3.0 @@ -94,7 +92,6 @@ require ( github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect - github.com/ghodss/yaml v1.0.0 // indirect github.com/gin-gonic/gin v1.8.1 // indirect github.com/github/smimesign v0.2.0 // indirect github.com/go-kit/kit v0.12.0 // indirect