From 93950feebf3bbf152ff13194409fcdf5a03ded90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 27 Jun 2022 10:50:15 +0200 Subject: [PATCH] Update girc dependency to include fix for PING timeout See: https://github.com/lrstanley/girc/pull/56 --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 8769f56..19af0b6 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/nmeum/hii go 1.16 -require github.com/lrstanley/girc v0.0.0-20220507183218-96757fe3d2a2 +require github.com/lrstanley/girc v0.0.0-20220626055559-82409175c908 -replace github.com/lrstanley/girc => github.com/nmeum/girc v0.0.0-20220513192559-c0ba1026a33d +replace github.com/lrstanley/girc => github.com/nmeum/girc v0.0.0-20220627063848-fa7310304632 diff --git a/go.sum b/go.sum index c1caf58..71f724c 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/nmeum/girc v0.0.0-20220513192559-c0ba1026a33d h1:b2ky9eeYyJo/zTHwdF6vUN/OedxmTTzqgLqw7z0xK70= -github.com/nmeum/girc v0.0.0-20220513192559-c0ba1026a33d/go.mod h1:lgrnhcF8bg/Bd5HA5DOb4Z+uGqUqGnp4skr+J2GwVgI= +github.com/nmeum/girc v0.0.0-20220627063848-fa7310304632 h1:euLbqvLoSNE92/JECszMs94r/BNDDC9l16W77Vwgt40= +github.com/nmeum/girc v0.0.0-20220627063848-fa7310304632/go.mod h1:lgrnhcF8bg/Bd5HA5DOb4Z+uGqUqGnp4skr+J2GwVgI=