mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 14:25:53 +01:00
update module name
This commit is contained in:
parent
f3d493f37c
commit
c1dbd3db07
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"bbrew/internal/services"
|
||||
"github.com/Valkyrie00/bbrew/internal/services"
|
||||
"log"
|
||||
)
|
||||
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module bbrew
|
||||
module github.com/Valkyrie00/bbrew
|
||||
|
||||
go 1.20
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package services
|
||||
|
||||
import (
|
||||
"bbrew/internal/models"
|
||||
"encoding/json"
|
||||
"github.com/Valkyrie00/bbrew/internal/models"
|
||||
"net/http"
|
||||
"os/exec"
|
||||
"sort"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package services
|
||||
|
||||
import (
|
||||
"bbrew/internal/models"
|
||||
"github.com/Valkyrie00/bbrew/internal/models"
|
||||
"github.com/rivo/tview"
|
||||
"io"
|
||||
"os/exec"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue