From ac8db04871b9761828b4f747adc95ed4d27aa3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 19 May 2024 02:48:14 +0200 Subject: [PATCH] Update girc dependency for another bug fix See https://github.com/lrstanley/girc/pull/66 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 680506b..aa4d1cb 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/nmeum/hii go 1.16 -require github.com/lrstanley/girc v0.0.0-20240130161140-6cf311abc7b0 +require github.com/lrstanley/girc v0.0.0-20240513013114-fcd9a8637656 diff --git a/go.sum b/go.sum index 5e26532..79d8f80 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/lrstanley/girc v0.0.0-20240130161140-6cf311abc7b0 h1:QOm14PCCLhhhEbTzL5dzQ9gNOvfCWpLlhpp/eUabS/k= -github.com/lrstanley/girc v0.0.0-20240130161140-6cf311abc7b0/go.mod h1:lgrnhcF8bg/Bd5HA5DOb4Z+uGqUqGnp4skr+J2GwVgI= +github.com/lrstanley/girc v0.0.0-20240513013114-fcd9a8637656 h1:49UnEll6ZzkvStvfJvKR9feyRuJC8eBbxNSWA5CrzFM= +github.com/lrstanley/girc v0.0.0-20240513013114-fcd9a8637656/go.mod h1:lgrnhcF8bg/Bd5HA5DOb4Z+uGqUqGnp4skr+J2GwVgI=