change repo name
All checks were successful
dev test / test (push) Successful in 18s
dev test / vulnCheck (push) Successful in 13s
dev test / Ci-Lint (push) Successful in 38s

This commit is contained in:
maximo tejeda 2024-12-02 22:56:57 -04:00
parent 447deb6f19
commit baa2d658af
16 changed files with 46 additions and 46 deletions

View File

@ -3,10 +3,10 @@ package main
import (
"log/slog"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/adapters/crawler"
dl "git.maximotejeda.com/maximo/us_dop_scrapper/internal/adapters/dolar"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/api"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/adapters/crawler"
dl "git.maximotejeda.com/maximo/us-dop-scrapper/internal/adapters/dolar"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/api"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
)

2
go.mod
View File

@ -1,4 +1,4 @@
module git.maximotejeda.com/maximo/us_dop_scrapper
module git.maximotejeda.com/maximo/us-dop-scrapper
go 1.23

View File

@ -6,10 +6,10 @@ import (
"log/slog"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -6,10 +6,10 @@ import (
"log/slog"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -6,10 +6,10 @@ import (
"log/slog"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -7,10 +7,10 @@ import (
"strings"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -6,10 +6,10 @@ import (
"log/slog"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -7,9 +7,9 @@ import (
"strconv"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -3,7 +3,7 @@ package crawler
import (
"fmt"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
)
func Selector(who string, client ports.DollarPort) (ports.APIPorts, error) {

View File

@ -6,10 +6,10 @@ import (
"strings"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -7,10 +7,10 @@ import (
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -5,10 +5,10 @@ import (
"log/slog"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -4,7 +4,7 @@ import (
"context"
dl "git.maximotejeda.com/maximo/dolar/proto/golang/dolar"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"google.golang.org/grpc"
)

View File

@ -6,8 +6,8 @@ import (
"os"
"time"
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
"github.com/playwright-community/playwright-go"
)

View File

@ -4,7 +4,7 @@ import (
"context"
"log/slog"
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
"github.com/playwright-community/playwright-go"
)

View File

@ -1,6 +1,6 @@
package ports
import "git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
import "git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
type DollarPort interface {
NewHistory(*domain.History) error