Skip to content

Commit

Permalink
Update girc dependency for message splitting support
Browse files Browse the repository at this point in the history
girc now supports message splitting out-of-the-box. Therefore, we
no longer need to use a modified version of girc and can remove
the replace directive from go.mod.

See: lrstanley/girc#43
  • Loading branch information
nmeum committed Jun 2, 2023
1 parent e27ecb7 commit 6aa1ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ module github.com/nmeum/hii

go 1.16

require github.com/lrstanley/girc v0.0.0-20230226160054-7713d84347c0

replace github.com/lrstanley/girc => github.com/nmeum/girc v0.0.0-20230226161237-84238f852921
require github.com/lrstanley/girc v0.0.0-20230507010347-3c8fa7715074
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/nmeum/girc v0.0.0-20230226161237-84238f852921 h1:33BxQOX/Wh0awmavhf3q/tydyTah9zIuNQyH3GBTdBQ=
github.com/nmeum/girc v0.0.0-20230226161237-84238f852921/go.mod h1:lgrnhcF8bg/Bd5HA5DOb4Z+uGqUqGnp4skr+J2GwVgI=
github.com/lrstanley/girc v0.0.0-20230507010347-3c8fa7715074 h1:Uuzmwjx9dzTIfh9bdK9l5y9DQgpmgEFaifJGB5jHxb4=
github.com/lrstanley/girc v0.0.0-20230507010347-3c8fa7715074/go.mod h1:lgrnhcF8bg/Bd5HA5DOb4Z+uGqUqGnp4skr+J2GwVgI=

0 comments on commit 6aa1ea2

Please sign in to comment.