diff --git a/go.mod b/go.mod index 77a2051..e7b54ac 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/dnsge/twitch-eventsub-framework go 1.17 +replace github.com/dnsge/twitch-eventsub-bindings => ../twitch-eventsub-bindings + require ( github.com/dnsge/twitch-eventsub-bindings v1.1.0 github.com/mozillazg/go-httpheader v0.3.0