From 59d0b7398ef114d57e1d79a7c28208949d503167 Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Sun, 3 Oct 2021 05:16:21 -0700 Subject: [PATCH] fix go-mod path --- cmdhandler/cmd.go | 2 +- example_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdhandler/cmd.go b/cmdhandler/cmd.go index 2fdf42e..6c61ebb 100644 --- a/cmdhandler/cmd.go +++ b/cmdhandler/cmd.go @@ -7,7 +7,7 @@ import ( "strings" "sync" - "github.com/lrstanley/girc" + "git.tcp.direct/kayos/girc-atomic" ) // Input is a wrapper for events, based around private messages. diff --git a/example_test.go b/example_test.go index f2921d7..1f97881 100644 --- a/example_test.go +++ b/example_test.go @@ -10,7 +10,7 @@ import ( "strings" "time" - "github.com/lrstanley/girc" + "git.tcp.direct/kayos/girc-atomic" ) func ExampleNew() {