Feature: Refactor import for release v3 (#71)

Refactor import for release v3
This commit is contained in:
Mario Candela
2023-10-08 17:45:31 +02:00
committed by GitHub
parent a9584f0ac6
commit 34a80b06f3
10 changed files with 24 additions and 23 deletions

View File

@ -1,8 +1,8 @@
package protocols
import (
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/tracer"
"github.com/mariocandela/beelzebub/v3/parser"
"github.com/mariocandela/beelzebub/v3/tracer"
)
type ServiceStrategy interface {

View File

@ -2,8 +2,8 @@ package protocols
import (
"errors"
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/tracer"
"github.com/mariocandela/beelzebub/v3/parser"
"github.com/mariocandela/beelzebub/v3/tracer"
"github.com/stretchr/testify/assert"
"testing"
)

View File

@ -2,8 +2,8 @@ package strategies
import (
"fmt"
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/tracer"
"github.com/mariocandela/beelzebub/v3/parser"
"github.com/mariocandela/beelzebub/v3/tracer"
"io"
"net/http"
"regexp"

View File

@ -2,10 +2,11 @@ package strategies
import (
"fmt"
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/plugins"
"github.com/mariocandela/beelzebub/tracer"
"github.com/mariocandela/beelzebub/v3/parser"
"github.com/mariocandela/beelzebub/v3/plugins"
"github.com/mariocandela/beelzebub/v3/tracer"
"regexp"
"strings"
"time"

View File

@ -2,8 +2,8 @@ package strategies
import (
"fmt"
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/tracer"
"github.com/mariocandela/beelzebub/v3/parser"
"github.com/mariocandela/beelzebub/v3/tracer"
"net"
"time"