mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-18 11:16:16 +01:00
Rename Go module to github.com/henrygd/beszel
This commit is contained in:
committed by
henrygd
parent
fd050f2a8f
commit
cda8fa7efd
@@ -1,14 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"beszel"
|
||||
"beszel/internal/agent"
|
||||
"beszel/internal/agent/health"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/henrygd/beszel"
|
||||
"github.com/henrygd/beszel/internal/agent"
|
||||
"github.com/henrygd/beszel/internal/agent/health"
|
||||
"github.com/spf13/pflag"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user