update module name

This commit is contained in:
Vito Castellano 2025-02-12 00:29:07 +01:00
commit c1dbd3db07
No known key found for this signature in database
GPG key ID: 304790E71F52870A
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
package main
import (
"bbrew/internal/services"
"github.com/Valkyrie00/bbrew/internal/services"
"log"
)

2
go.mod
View file

@ -1,4 +1,4 @@
module bbrew
module github.com/Valkyrie00/bbrew
go 1.20

View file

@ -1,8 +1,8 @@
package services
import (
"bbrew/internal/models"
"fmt"
"github.com/Valkyrie00/bbrew/internal/models"
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
"strings"

View file

@ -1,8 +1,8 @@
package services
import (
"bbrew/internal/models"
"encoding/json"
"github.com/Valkyrie00/bbrew/internal/models"
"net/http"
"os/exec"
"sort"

View file

@ -1,7 +1,7 @@
package services
import (
"bbrew/internal/models"
"github.com/Valkyrie00/bbrew/internal/models"
"github.com/rivo/tview"
"io"
"os/exec"