Refactor import, edit go module with github.com

This commit is contained in:
Mario
2023-10-05 21:40:34 +02:00
parent dbcff8d002
commit 9b4b399df0
9 changed files with 24 additions and 24 deletions

View File

@ -1,12 +1,12 @@
package builder
import (
"beelzebub/parser"
"beelzebub/protocols"
"beelzebub/protocols/strategies"
"beelzebub/tracer"
"errors"
"fmt"
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/protocols"
"github.com/mariocandela/beelzebub/protocols/strategies"
"github.com/mariocandela/beelzebub/tracer"
"io"
"net/http"
"os"