chore: update go.mod module name

This commit is contained in:
loveuer
2024-03-26 17:23:10 +08:00
parent 887f450cf8
commit ef17c78fd0
7 changed files with 26 additions and 20 deletions

View File

@ -4,10 +4,11 @@ import (
"bufio"
"context"
"encoding/json"
"esgo2dump/internal/interfaces"
"github.com/sirupsen/logrus"
"io"
"os"
"github.com/loveuer/esgo2dump/internal/interfaces"
"github.com/sirupsen/logrus"
)
type client struct {