From 3c04e66a95c024b8c372540648fc01a5915c0327 Mon Sep 17 00:00:00 2001 From: Satont Date: Sun, 26 Nov 2023 13:18:17 +0300 Subject: [PATCH] chore: remove replace --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index e7b54ac..77a2051 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ 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